From 51b74f70be198974f4b4a492beea15274e1a5027 Mon Sep 17 00:00:00 2001 From: ArtFlag Date: Fri, 11 Dec 2020 12:44:52 +0100 Subject: [PATCH] Fix note --- website/docs/sidebar.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/docs/sidebar.md b/website/docs/sidebar.md index 2a6424e01e13..675652361e8a 100644 --- a/website/docs/sidebar.md +++ b/website/docs/sidebar.md @@ -77,7 +77,9 @@ 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