From 56067e4add6b5b53ea73e5e0fcc3095a7d4002f5 Mon Sep 17 00:00:00 2001 From: matbub <53072963+hi-matbub@users.noreply.github.com> Date: Thu, 18 Jun 2020 23:17:28 -0700 Subject: [PATCH] docs(v2): fix typos in plugin-content-pages example (#2967) --- website/docs/using-plugins.md | 4 ++-- website/versioned_docs/version-2.0.0-alpha.58/using-plugins.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/website/docs/using-plugins.md b/website/docs/using-plugins.md index 9eb563778d..eab4d30789 100644 --- a/website/docs/using-plugins.md +++ b/website/docs/using-plugins.md @@ -238,7 +238,7 @@ module.exports = { */ editUrl: 'https://github.com/facebook/docusaurus/edit/master/website/', /** - * URL route for the blog section of your site. + * URL route for the docs section of your site. * *DO NOT* include a trailing slash. */ routeBasePath: 'docs', @@ -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: '', 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 1c1086b64a..eab4d30789 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 @@ -238,7 +238,7 @@ module.exports = { */ editUrl: 'https://github.com/facebook/docusaurus/edit/master/website/', /** - * URL route for the blog section of your site. + * URL route for the docs section of your site. * *DO NOT* include a trailing slash. */ routeBasePath: 'docs',