From: Anthony Fok Date: Tue, 4 Aug 2015 19:01:25 +0000 (-0600) Subject: docs: Fix typos X-Git-Tag: v0.15~243 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=eb519afe;p=brevno-suite%2Fhugo docs: Fix typos --- diff --git a/docs/content/overview/configuration.md b/docs/content/overview/configuration.md index 5c888703..4a718d19 100644 --- a/docs/content/overview/configuration.md +++ b/docs/content/overview/configuration.md @@ -141,13 +141,13 @@ Following is a list of Hugo-defined variables that you can configure and their c ## Ignore files on build -The following inside `config.toml` will ignore files ending with `.foo` and `.boo` when building with `hugo`. +The following inside `config.toml` will ignore files ending with `.foo` and `.boo` when building with `hugo`: ``` ignoreFiles = [ "\\.foo$", "\\.boo$" ] ``` -The above is is a list of Reqular Expressions, but note the escaping of the `\` to make TOML happy. +The above is a list of Regular Expressions, but note the escaping of the `\` to make TOML happy.