From: Bjørn Erik Pedersen Date: Thu, 21 Apr 2016 09:27:12 +0000 (+0200) Subject: docs: Fix some typos in release notes X-Git-Tag: v0.16~55 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a8e05b11;p=brevno-suite%2Fhugo docs: Fix some typos in release notes --- diff --git a/docs/content/meta/release-notes.md b/docs/content/meta/release-notes.md index e6eff254..39eb2af3 100644 --- a/docs/content/meta/release-notes.md +++ b/docs/content/meta/release-notes.md @@ -55,10 +55,10 @@ Hugo now has: * Add file option to gist shortcode {{}} * Add config layout and content directory CLI options {{}} * Add boolean value comparison to `where` template function {{}} -* Do not write to to cache when `ignoreCache` is set {{}} +* Do not write to to cache when `ignoreCache` is set {{}} * Add option to disable rendering of 404 page {{}} * Mercurial is no longer needed to build Hugo {{}} -* Do not create `robots.txt by default {{}} +* Do not create `robots.txt` by default {{}} * Disable syntax guessing for PygmentsCodeFences by default. To enable syntax guessing again, add the following to your config file: `PygmentsCodeFencesGuessSyntax = true` {{}} * Make `ByCount` sort consistently {{}} * Add `Scratch` to shortcode {{}}