From f60ff18dd6b5ce1c7482b5d52d71218b46361c26 Mon Sep 17 00:00:00 2001 From: Ans Date: Wed, 27 Dec 2017 17:46:51 -0500 Subject: [PATCH] Fix typo --- src/js/theme/sidebar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/theme/sidebar.js b/src/js/theme/sidebar.js index 18729c90..d7f3a41f 100644 --- a/src/js/theme/sidebar.js +++ b/src/js/theme/sidebar.js @@ -4,7 +4,7 @@ var platform = require('./platform'); var gitbook = window.gitbook; -// Toggle sidebar with or withour animation +// Toggle sidebar with or without animation function toggleSidebar(_state, animation) { if (gitbook.state != null && isOpen() == _state) return; if (animation == null) animation = true;