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

Commit 6a39c12

Browse files
Clarifies "posts" not "pages". Capitalizes letter.
This is a teeny weeny PR that: - Clarifies that, by default, the max number of _posts_ per page is 10. - Capitalized a letter that starts a sentence.
1 parent 0a3449a commit 6a39c12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: docs/guide/getting-started.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,10 @@ The default value of `itemPermalink` is `'/:year/:month/:day/:slug'`,
126126

127127
## Pagination
128128

129-
As your blog articles grew more and more, you began to have the need for paging. By default, this plugin integrates a
129+
As your blog articles grew more and more, you began to have the need for paging. This plugin integrates a
130130
very powerful pagination system that allows you to access pagination functions with simple configuration.
131131

132-
By default, the plugin assumes that the max number of pages per page is `10`. you can also modify it like this:
132+
By default, the plugin assumes that the max number of blog posts per page is `10`. You can also modify it like this:
133133

134134
```diff
135135
// .vuepress/config.js

0 commit comments

Comments
 (0)