Fix typos

This commit is contained in:
Ryan Watters
2017-02-09 01:14:58 -06:00
parent 26443287db
commit f26344aeb9
@@ -13,7 +13,7 @@ aliases: [/overview/source-directory/]
notes:
---
The [directory structure][] of a Hugo website—or more precisely, the source organization of files containing the website's content and templates—provide most of the configuration information that Hugo needs in order to statically generate a finished website.
The [directory structure][] of a Hugo website—or more precisely, the source organization of files containing the website's content and templates—provides most of the configuration information that Hugo needs in order to statically generate a finished website.
Therefore, many websites wouldn't actually need a configuration file. This is because Hugo is designed to recognize certain typical usage patterns (and expects them, by default).
@@ -85,7 +85,7 @@ canonifyURLs = true
## All Configuration Variables, YAML
The following is a list of Hugo-defined variables. The values assigned to each of the variables represents the default value used by Hugo if you not specifically change the value in your configuration.
The following is a list of Hugo-defined variables. The values provided in this example represent the default values used by Hugo if not otherwise specified.
{{% input "config.yml" %}}
```yaml