mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-02 19:03:38 +02:00
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:
parent
db6f5ce729
commit
4b5d612009
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue