Skip to content

Commit

Permalink
docs(): fix path (nav->navbar) typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dafyk authored and adamdbradley committed Aug 12, 2016
1 parent 3324e32 commit 8d0cc39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/toolbar/toolbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<ion-header>` or `<ion-footer>`,
* the toolbars stay fixed in their respective location. When placed within
* `<ion-content>`, toolbars will scroll with the content.
Expand Down

0 comments on commit 8d0cc39

Please sign in to comment.