docs(v2): Fix typo in doc: sidebar.md (#4820)

Fixed a typo on `highlight-start` in the section **Hideable sidebar**.
This commit is contained in:
Pranab Das 2021-05-20 17:28:12 +08:00 committed by GitHub
parent db6f5ce729
commit 4b5d612009
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -594,7 +594,7 @@ Using the enabled `themeConfig.hideableSidebar` option, you can make the entire
```js title="docusaurus.config.js"
module.exports = {
themeConfig: {
// highlight-starrt
// highlight-start
hideableSidebar: true,
// highlight-end
},