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

Clarifies "posts" not "pages". Capitalizes letter. #138

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,10 @@ The default value of `itemPermalink` is `'/:year/:month/:day/:slug'`,

## Pagination

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

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

```diff
// .vuepress/config.js
Expand Down