docs(navbar): fix a typo

This commit is contained in:
Kyle J. Kemp
2016-10-10 09:34:46 -05:00
committed by GitHub
parent 416e06b40b
commit 91b7df4fdb

View File

@ -15,7 +15,7 @@ import { ViewController } from '../../navigation/view-controller';
* button. A navbar can contain a `ion-title`, any number of buttons,
* a segment, or a searchbar. Navbars must be placed within an
* `<ion-header>` in order for them to be placed above the content.
* It's important to note that navbar's are part of the dynamica navigation
* It's important to note that navbar's are part of the dynamic navigation
* stack. If you need a static toolbar, use ion-toolbar.
*
* @usage