From 951eda8e38d02bbbe1faac88d3ce1e5cab01c929 Mon Sep 17 00:00:00 2001 From: Artyom Date: Wed, 16 Mar 2016 00:31:14 +0300 Subject: [PATCH] Fix a typo --- static/help.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/help.md b/static/help.md index a61ab00..76139f6 100644 --- a/static/help.md +++ b/static/help.md @@ -5,7 +5,7 @@ The most important rule is: **it's collaborative notes, not Wikipedia**. In othe > **pros:** pretty nice API\ > **cons:** buggy (see an example on my Github, here's the link) -Markdown is supported in most places. 2 noteworthy features: tou can write `[pkg](@hackage)` to get a link to package `pkg` on Hackage, and you can mark snippets of code with `repl` to show that they come from GHCi: +Markdown is supported in most places. 2 noteworthy features: you can write `[pkg](@hackage)` to get a link to package `pkg` on Hackage, and you can mark snippets of code with `repl` to show that they come from GHCi: ~~~~ ~~~ hs repl