mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-31 01:47:17 +02:00
docs(v2): doc typo on sidebar admonition (#3974)
This commit is contained in:
parent
1e1860681b
commit
c61b49ab5a
1 changed files with 5 additions and 1 deletions
|
@ -77,7 +77,11 @@ module.exports = {
|
|||
};
|
||||
```
|
||||
|
||||
:::note Shorthand notation relies on the iteration order of JavaScript object keys for the category name. When using this notation, keep in mind that EcmaScript does not guarantee `Object.keys({a,b}) === ['a','b']`, yet this is generally true. :::
|
||||
:::note
|
||||
|
||||
Shorthand notation relies on the iteration order of JavaScript object keys for the category name. When using this notation, keep in mind that EcmaScript does not guarantee `Object.keys({a,b}) === ['a','b']`, yet this is generally true.
|
||||
|
||||
:::
|
||||
|
||||
## Using multiple sidebars
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue