shithub: hugo

Download patch

ref: eb519afefdd506de46968f598fe78af7cda49dee
parent: ab8e189a2a051aac7c340f0a5c0c3b74fd58c80c
author: Anthony Fok <[email protected]>
date: Tue Aug 4 09:01:25 EDT 2015

docs: Fix typos

--- a/docs/content/overview/configuration.md
+++ b/docs/content/overview/configuration.md
@@ -141,13 +141,13 @@
 
 ## 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.