diff --git a/ionic/components/toolbar/toolbar.ts b/ionic/components/toolbar/toolbar.ts index 6de072e823..d9515f3a7e 100644 --- a/ionic/components/toolbar/toolbar.ts +++ b/ionic/components/toolbar/toolbar.ts @@ -92,7 +92,8 @@ export class ToolbarBase extends Ion { * * ``` * - * @property {any} [position] - set position of the toolbar, top or bottom. If not set, defautls to top. + * @property {any} [position] - set position of the toolbar, `top` or `bottom`. + * Default `top`. * @demo /docs/v2/demos/toolbar/ * @see {@link ../../navbar/Navbar/ Navbar API Docs} */