From 459b2c56fdab3509e91fb7dce5a1e4e7f269fac9 Mon Sep 17 00:00:00 2001 From: matbub <53072963+hi-matbub@users.noreply.github.com> Date: Thu, 18 Jun 2020 21:57:35 -0700 Subject: [PATCH] docs(v2): fix typo in plugin-content-pages example (#2966) fixed grammar error in @docusaurus/plugin-content-pages example from 'blog' to 'page' --- website/versioned_docs/version-2.0.0-alpha.58/using-plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/versioned_docs/version-2.0.0-alpha.58/using-plugins.md b/website/versioned_docs/version-2.0.0-alpha.58/using-plugins.md index 9eb563778d..1c1086b64a 100644 --- a/website/versioned_docs/version-2.0.0-alpha.58/using-plugins.md +++ b/website/versioned_docs/version-2.0.0-alpha.58/using-plugins.md @@ -310,7 +310,7 @@ module.exports = { */ path: 'src/pages', /** - * URL route for the blog section of your site + * URL route for the page section of your site * do not include trailing slash */ routeBasePath: '',