Skip to content

Commit 9731524

Browse files
Merge pull request #8 from deining/fix_typo
README.md: Fixing typos.
2 parents 70488e5 + 22285a1 commit 9731524

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ module:
3737
imports:
3838
- path: github.com/theNewDynamic/hugo-module-tnd-netlifycms
3939
```
40-
1. Create a page where your Netlify CMS dasboard should live.
40+
1. Create a page where your Netlify CMS dashboard should live.
4141
2. Add the `netlifycms` type to it through Front Matter.
4242
3. Add the `netlifycms_config` output format to it through Front Matter (alongside HTML):
4343
```yaml
@@ -64,7 +64,7 @@ From inside a `yaml` array, you can either use the string import statement, or t
6464

6565
#### Extend
6666

67-
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:
67+
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:
6868

6969
```yaml
7070
- import: collection pages
@@ -168,7 +168,7 @@ Available settings are:
168168

169169
## Scripts
170170

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

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

0 commit comments

Comments
 (0)