From aff17034cd8a75af98e8921f2ad7b93740fea879 Mon Sep 17 00:00:00 2001 From: Stephen Woodruff Date: Tue, 1 Dec 2020 11:11:27 -0500 Subject: [PATCH] docs(v2): Fixed Typo: Hided => Hidden (#3851) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fixed Typo: Hided => Hidden Fixed typo in section about the hideable sidebar. 'hided' is used instead of 'hidden'. * Update docs.md * Update docs.md Co-authored-by: Sébastien Lorber --- website/docs/docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs.md b/website/docs/docs.md index adda552d03..bbbdd9852e 100644 --- a/website/docs/docs.md +++ b/website/docs/docs.md @@ -84,7 +84,7 @@ module.exports = { ### Hideable sidebar -Using the enabled `themeConfig.hideableSidebar` option, you can make the entire sidebar hided, allowing you to better focus your users on the content. This is especially useful when content consumption on medium screens (e.g. on tablets). +Using the enabled `themeConfig.hideableSidebar` option, you can make the entire sidebar hidden, allowing you to better focus your users on the content. This is especially useful when content consumption on medium screens (e.g. on tablets). ```js {4} title="docusaurus.config.js" module.exports = {