From 5f88e526c5d647ee77faa3ab65f56e1cbd52a082 Mon Sep 17 00:00:00 2001 From: slorber Date: Wed, 30 Dec 2020 11:48:56 +0100 Subject: [PATCH] doc typo on sidebar admonition --- website/versioned_docs/version-2.0.0-alpha.70/sidebar.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/website/versioned_docs/version-2.0.0-alpha.70/sidebar.md b/website/versioned_docs/version-2.0.0-alpha.70/sidebar.md index 2a6424e01e13..7381be90189c 100644 --- a/website/versioned_docs/version-2.0.0-alpha.70/sidebar.md +++ b/website/versioned_docs/version-2.0.0-alpha.70/sidebar.md @@ -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