From 8d0cc39357c96397dfdcfd4393f3158bd4e9f36d Mon Sep 17 00:00:00 2001 From: Da-FyK Date: Fri, 12 Aug 2016 22:26:16 +0200 Subject: [PATCH] docs(): fix path (nav->navbar) typo --- src/components/toolbar/toolbar.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/toolbar/toolbar.ts b/src/components/toolbar/toolbar.ts index 57af427b38..0d9a81cee3 100644 --- a/src/components/toolbar/toolbar.ts +++ b/src/components/toolbar/toolbar.ts @@ -135,7 +135,7 @@ export class ToolbarBase extends Ion { * @name Toolbar * @description * A Toolbar is a generic bar that is positioned above or below content. - * Unlike a [Navbar](../../nav/Navbar), a toolbar can be used as a subheader. + * Unlike a [Navbar](../../navbar/Navbar), a toolbar can be used as a subheader. * When toolbars are placed within an `` or ``, * the toolbars stay fixed in their respective location. When placed within * ``, toolbars will scroll with the content.