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',