From 53532c5280d7833a1646fa408710b30d2164c62e Mon Sep 17 00:00:00 2001 From: mhartington Date: Tue, 2 Feb 2016 16:42:40 -0500 Subject: [PATCH] docs(toolbar): update docs --- ionic/components/toolbar/toolbar.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ionic/components/toolbar/toolbar.ts b/ionic/components/toolbar/toolbar.ts index e3a2e589ae..cdb2de7a02 100644 --- a/ionic/components/toolbar/toolbar.ts +++ b/ionic/components/toolbar/toolbar.ts @@ -92,7 +92,7 @@ export class ToolbarBase extends Ion { * * ``` * - * @property {any} [placement] - set position of the toolbar, top or bottom + * @property {any} [placement] - set position of the toolbar, top or bottom. If not set, defautls to top. * @demo /docs/v2/demos/toolbar/ * @see {@link ../../navbar/Navbar/ Navbar API Docs} */