From a8e05b1196b27f7b1d651939d5a73d25034c3957 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Thu, 21 Apr 2016 11:27:12 +0200 Subject: [PATCH] docs: Fix some typos in release notes --- docs/content/meta/release-notes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/meta/release-notes.md b/docs/content/meta/release-notes.md index e6eff254f..39eb2af35 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 {{}}