Skip to content

Commit 1767c1f

Browse files
authored
Fix typos in Readme (#384)
Merge pull request 384
1 parent 038265a commit 1767c1f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Additionally, the plugin will use the following values, if present in a post's Y
7070

7171
There are several ways to convey author-specific information. Author information is found in the following order of priority:
7272

73-
1. An `author` object, in the documents's front matter, e.g.:
73+
1. An `author` object, in the document's front matter, e.g.:
7474

7575
```yml
7676
author:
@@ -181,7 +181,7 @@ feed:
181181
path: "/changes.atom"
182182
```
183183

184-
Finally, collections can also have category feeds which are outputted as `/feed/<COLLECTION>/<CATEGORY>.xml`. Specify categories like so:
184+
Finally, collections can also have category feeds that are outputted as `/feed/<COLLECTION>/<CATEGORY>.xml`. Specify categories like so:
185185

186186
```yml
187187
feed:
@@ -197,15 +197,15 @@ feed:
197197

198198
Optional flag `excerpt_only` allows you to exclude post content from the Atom feed. Default value is `false` for backward compatibility.
199199

200-
When in `config.yml` is `true` than all posts in feed will be without `<content>` tags.
200+
When in `config.yml` is `true` then all posts in feed will be without `<content>` tags.
201201

202202
```yml
203203
feed:
204204
excerpt_only: true
205205
```
206206

207-
The same flag can be used directly in post file. It will be disable `<content>` tag for selected post.
208-
Settings in post file has higher priority than in config file.
207+
The same flag can be used directly in post file. It will disable `<content>` tag for selected post.
208+
Settings in post file have higher priority than in config file.
209209

210210
## Tags
211211

0 commit comments

Comments
 (0)