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

Commit 599323c

Browse files
authored
docs: tweaks
1 parent fa767d4 commit 599323c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ So, how to combine them skillfully? Next, let's take a look at how this plugin s
4141

4242
### Directory Classifier
4343

44-
Directory Classifier, that means the classification of source files in a same directory.
44+
Directory Classifier, that classifies the source pages placed in a same directory.
4545

4646
Suppose you have the following files structure:
4747

@@ -145,7 +145,7 @@ The default value of `itemPermalink` is `'/:year/:month/:day/:slug'`.
145145
As your blog articles grew more and more, you began to have the need for paging. By default, this plugin integrates a
146146
very powerful pagination system that allows you to access paging functions with simple configuration.
147147

148-
By default, the plugin assumes that the number of pages per page is `10`. you can also modify it like this:
148+
By default, the plugin assumes that the max number of pages per page is `10`. you can also modify it like this:
149149

150150
```diff
151151
// .vuepress/config.js
@@ -220,7 +220,7 @@ the data structure of `$page` at the [official documentation](https://v1.vuepres
220220

221221
### Frontmatter Classifier
222222

223-
Frontmatter Classifier, that is the classification of pages that have the same frontmatter key values.
223+
Frontmatter Classifier, which classifies pages that have the same frontmatter key values.
224224

225225
Suppose you have three pages:
226226

0 commit comments

Comments
 (0)