docs: Fix some typos in release notes

This commit is contained in:
Bjørn Erik Pedersen 2016-04-21 11:27:12 +02:00
parent 56cd308184
commit a8e05b1196

View file

@ -58,7 +58,7 @@ Hugo now has:
* 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>}}