From 91b7df4fdb8ccd706fc87671d1299d7ad0aba821 Mon Sep 17 00:00:00 2001 From: "Kyle J. Kemp" Date: Mon, 10 Oct 2016 09:34:46 -0500 Subject: [PATCH] docs(navbar): fix a typo --- src/components/navbar/navbar.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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