From f6333cc3c5db4e28205b56a2f55550afa9568589 Mon Sep 17 00:00:00 2001 From: Takuma Miura <21156330+tkm-mur@users.noreply.github.com> Date: Thu, 4 Jul 2019 01:40:49 +0900 Subject: [PATCH] Fix typos in documentation --- 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 012449a..9e68f3f 100644 --- a/docs/guide/getting-started.md +++ b/docs/guide/getting-started.md @@ -142,7 +142,7 @@ module.exports = { dirname: '_posts', path: '/', + pagination: { -+ perPagePosts: 2, ++ lengthPerPage: 2, + }, }, ], @@ -157,7 +157,7 @@ Suppose you have 3 pages at `_posts` direcotry: - `_posts/2019-6-8-b.md` - `_posts/2019-6-8-c.md` -When the `perPagePosts` is set to `2`, this plugin will help you generate the following pages: +When the `lengthPerPage` is set to `2`, this plugin will help you generate the following pages: | url | layout | | ---------------- | -------------------------------- |