From fd0f0c57a3d3bb0d4eac25d61a2b18bc3a8e13ac Mon Sep 17 00:00:00 2001 From: nixa <4dmitr@gmail.com> Date: Mon, 22 Aug 2016 23:26:49 +0300 Subject: [PATCH] fix(docs): fix a typo (cherry picked from commit f507e4e) --- docs/contents/articles/015-sidebar/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contents/articles/015-sidebar/index.md b/docs/contents/articles/015-sidebar/index.md index 580b47bf..619412f1 100644 --- a/docs/contents/articles/015-sidebar/index.md +++ b/docs/contents/articles/015-sidebar/index.md @@ -35,7 +35,7 @@ All menu items are located inside the `src/app/app.routes.ts` file. Each route i 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) } } }