docs: Fix typos
authorAnthony Fok <foka@debian.org>
Tue, 4 Aug 2015 19:01:25 +0000 (13:01 -0600)
committerAnthony Fok <foka@debian.org>
Tue, 4 Aug 2015 19:01:25 +0000 (13:01 -0600)
docs/content/overview/configuration.md

index 5c888703a2f0fa25e6fbd3fd8b2f30a9265764fd..4a718d194a100965deaa42d9a9bd001520b9f78b 100644 (file)
@@ -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.