diff --git a/src/components/navbar/navbar.ts b/src/components/navbar/navbar.ts index 993b54193b..1040d9b077 100644 --- a/src/components/navbar/navbar.ts +++ b/src/components/navbar/navbar.ts @@ -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 * `` 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