docs(toolbar): clean up docs

This commit is contained in:
mhartington
2016-01-26 10:24:28 -07:00
parent d971f3ec89
commit 18eb967115

View File

@ -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.
*