Skip to content

Commit

Permalink
Merge pull request #8 from deining/fix_typo
Browse files Browse the repository at this point in the history
README.md: Fixing typos.
  • Loading branch information
regisphilibert committed Feb 15, 2021
2 parents 70488e5 + 22285a1 commit 9731524
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ module:
imports:
- path: github.com/theNewDynamic/hugo-module-tnd-netlifycms
```
1. Create a page where your Netlify CMS dasboard should live.
1. Create a page where your Netlify CMS dashboard should live.
2. Add the `netlifycms` type to it through Front Matter.
3. Add the `netlifycms_config` output format to it through Front Matter (alongside HTML):
```yaml
Expand All @@ -64,7 +64,7 @@ From inside a `yaml` array, you can either use the string import statement, or t

#### Extend

By using the map version of the import statement, you can add an extra `extend` key cointaining a map with values the add or overwrite:
By using the map version of the import statement, you can add an extra `extend` key containing a map with values the add or overwrite:

```yaml
- import: collection pages
Expand Down Expand Up @@ -168,7 +168,7 @@ Available settings are:

## Scripts

The module faciliate the addiont of extra Netlify CMS scripts for WidgetPreviews, CollectionPreviews etc...
The module facilitates the addition of extra Netlify CMS scripts for WidgetPreviews, CollectionPreviews etc...

By default the module prints the content of any `assets/netlifycms.js` file found inside a `<script>` tag.

Expand Down

0 comments on commit 9731524

Please sign in to comment.