From 7c4ffc02ceb3ab79f5aa6684e37c057ca8cc9d05 Mon Sep 17 00:00:00 2001 From: nixa <4dmitr@gmail.com> Date: Mon, 22 Aug 2016 23:26:59 +0300 Subject: [PATCH] Updates --- articles/015-sidebar/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/015-sidebar/index.html b/articles/015-sidebar/index.html index d2bee2e2..110d9331 100644 --- a/articles/015-sidebar/index.html +++ b/articles/015-sidebar/index.html @@ -72,7 +72,7 @@ All menu items information is defined inside the data property of a selected: false, // selected or not expanded: false, // expanded or not (if item has children) order: 0, // item order in the menu list, - hidden: true // hide menu item from a list but keep related features (breadcrums, page title) + hidden: true // hide menu item from a list but keep related features (breadcrumbs, page title) } } }