diff --git a/ionic/components/toolbar/toolbar.ts b/ionic/components/toolbar/toolbar.ts
index cdb2de7a02..5d7b7bbcfd 100644
--- a/ionic/components/toolbar/toolbar.ts
+++ b/ionic/components/toolbar/toolbar.ts
@@ -67,7 +67,7 @@ export class ToolbarBase extends Ion {
* Since it's based on flexbox, you can place the toolbar where you
* 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
+ * below, you can add the property `position="bottom"`. This will change the flex order
* property.
*
* @usage
@@ -82,17 +82,17 @@ export class ToolbarBase extends Ion {
*
*
*
- *
* I'm a subfooter
*
*
- *
* I'm a footer
*
*
* ```
*
- * @property {any} [placement] - 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. If not set, defautls to top.
* @demo /docs/v2/demos/toolbar/
* @see {@link ../../navbar/Navbar/ Navbar API Docs}
*/