Skip to content

Commit

Permalink
doc typo on sidebar admonition
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Dec 30, 2020
1 parent 1e18606 commit 5f88e52
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion website/versioned_docs/version-2.0.0-alpha.70/sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5f88e52

Please sign in to comment.