From 9dfc8da08a2d9dbd21786c5f583adc8c244cf39d Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 7 Jun 2020 18:01:41 +0300 Subject: [PATCH] It's JavaScript. --- docs/components/control-sidebar.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/control-sidebar.md b/docs/components/control-sidebar.md index afb672803..c7711b460 100644 --- a/docs/components/control-sidebar.md +++ b/docs/components/control-sidebar.md @@ -3,7 +3,7 @@ layout: page title: Control Sidebar Component --- -Control sidebar is the right sidebar. It can be used for many purposes and is extremely easy to create. The sidebar ships with two different show/hide styles. The first allows the sidebar to slide over the content. The second pushes the content to make space for the sidebar. Either of these methods can be set through the [Javascript options]({% link javascript/control-sidebar.md %}). +Control sidebar is the right sidebar. It can be used for many purposes and is extremely easy to create. The sidebar ships with two different show/hide styles. The first allows the sidebar to slide over the content. The second pushes the content to make space for the sidebar. Either of these methods can be set through the [JavaScript options]({% link javascript/control-sidebar.md %}). The following code should be placed within the `.wrapper` div. I prefer to place it right after the footer.