From 6a39c12f5fb598ee22e457ab0899e2feb4fe6414 Mon Sep 17 00:00:00 2001 From: Johnny <9611008+johnnymatthews@users.noreply.github.com> Date: Tue, 11 Oct 2022 22:50:22 -0400 Subject: [PATCH] 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. --- docs/guide/getting-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide/getting-started.md b/docs/guide/getting-started.md index 1a6f350..3906b45 100644 --- a/docs/guide/getting-started.md +++ b/docs/guide/getting-started.md @@ -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