Skip to content

Commit eaa323f

Browse files
Merge pull request #428 from haskellfoundation/friendlier-404
Add missing = sign
2 parents 255f8c8 + 8ab77a9 commit eaa323f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

message-index/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
const contribURL = "https://github.com/haskellfoundation/error-message-index/new/main/message-index/messages/" + messageNum + "/?filename=index.md&value=" + defaultContents;
1717

1818
const firstPara = "<p>Message <code>" + messageNum + "</code> is not yet documented here.</p>";
19-
const secondPara "<p>You can help out by documenting it. There are two ways to get started:</p>";
19+
const secondPara = "<p>You can help out by documenting it. There are two ways to get started:</p>";
2020
const list = "<ul><li><a href=\"" + contribURL + "\">Submit documentation directly through GitHub's online editor</a></li><li><a href=\"https://github.com/haskellfoundation/error-message-index/blob/main/CONTRIBUTING.md\">Add documentation or examples on your own computer</a> and send a pull request</li></ul>";
2121
const thirdPara = "<p>All contributions are reviewed. We welcome contributions from new Haskellers and non-expert users of English - we'll work together to create high-quality documentation.";
2222

0 commit comments

Comments
 (0)