diff --git a/ionic/components/toolbar/toolbar.ts b/ionic/components/toolbar/toolbar.ts index 3d9e46966b..e3a2e589ae 100644 --- a/ionic/components/toolbar/toolbar.ts +++ b/ionic/components/toolbar/toolbar.ts @@ -65,8 +65,8 @@ export class ToolbarBase extends Ion { * The toolbar is generic bar that sits above or below content. * Unlike an `Navbar`, `Toolbar` can be used for a subheader as well. * Since it's based on flexbox, you can place the toolbar where you - * need it and flexbox will handle everythign else. Toolbars will automatically - * assmue they should be placed before an `ion-content`, so to specifcy that you want it + * need it and flexbox will handle everything else. Toolbars will automatically + * assume they should be placed before an `ion-content`, so to specify that you want it * below, you can add the property `placement="bottom"`. This will change the flex order * property. *