Merge pull request #8612 from seiyria/patch-1

docs(navbar): fix a typo
This commit is contained in:
Manu Mtz.-Almeida
2016-10-10 18:36:54 +02:00
committed by GitHub

View File

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