docs: Fix some typos in release notes
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Thu, 21 Apr 2016 09:27:12 +0000 (11:27 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Thu, 21 Apr 2016 09:27:12 +0000 (11:27 +0200)
docs/content/meta/release-notes.md

index e6eff254fab8dd2b670bc3dc69d476694d7e5478..39eb2af35622e60ac883aaae186cabc2e7bf6400 100644 (file)
@@ -55,10 +55,10 @@ Hugo now has:
 * Add file option to gist shortcode {{<gh 1955>}}
 * Add config layout and content directory CLI options {{<gh 1698>}}
 * Add boolean value comparison to `where` template function {{<gh 0xf3c74c9db484c8961e70cb3458f9e41e7832fa12>}}
-*  Do not write to to cache when `ignoreCache` is set  {{<gh 2067>}}
+* Do not write to to cache when `ignoreCache` is set  {{<gh 2067>}}
 * Add option to disable rendering of 404 page  {{<gh 2037>}}
 * Mercurial is no longer needed to build Hugo {{<gh 2062 >}}
-* Do not create `robots.txt by default {{<gh 2049>}}
+* Do not create `robots.txt` by default {{<gh 2049>}}
 * Disable syntax guessing for PygmentsCodeFences by default.  To enable syntax guessing again, add the following to your config file: `PygmentsCodeFencesGuessSyntax = true` {{<gh 2034>}}
 * Make `ByCount` sort consistently {{<gh 1930>}}
 * Add `Scratch` to shortcode {{<gh 2000>}}