Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 2986dbf

Browse files
1v1uraulivz
authored andcommitted
Fix typos in documentation (#12)
1 parent 6fbaa78 commit 2986dbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guide/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ module.exports = {
142142
dirname: '_posts',
143143
path: '/',
144144
+ pagination: {
145-
+ perPagePosts: 2,
145+
+ lengthPerPage: 2,
146146
+ },
147147
},
148148
],
@@ -157,7 +157,7 @@ Suppose you have 3 pages at `_posts` direcotry:
157157
- `_posts/2019-6-8-b.md`
158158
- `_posts/2019-6-8-c.md`
159159

160-
When the `perPagePosts` is set to `2`, this plugin will help you generate the following pages:
160+
When the `lengthPerPage` is set to `2`, this plugin will help you generate the following pages:
161161

162162
| url | layout |
163163
| ---------------- | -------------------------------- |

0 commit comments

Comments
 (0)