docs: fix documented type for the `cleanUrl` option (#1775)

This commit is contained in:
Vincent 2019-09-13 20:01:23 +01:00 committed by Yangshun Tay
parent b90b8bd5f1
commit a5853241e1

View File

@ -102,7 +102,7 @@ Control the number of blog posts that show up in the sidebar. See the [adding a
Control the title of the blog sidebar. See the [adding a blog docs](guides-blog.md#changing-the-sidebar-title) for more information.
#### `cleanUrl` [string]
#### `cleanUrl` [boolean]
If `true`, allow URLs with no `HTML` extension. For example, a request to URL https://docusaurus.io/docs/installation will return the same result as https://docusaurus.io/docs/installation.html.