docs(v2): fix typo in plugin-content-pages example (#2966)

fixed grammar error in @docusaurus/plugin-content-pages example from 'blog' to 'page'
This commit is contained in:
matbub 2020-06-18 21:57:35 -07:00 committed by GitHub
parent 73c835b518
commit 459b2c56fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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