docs(): fix typo

This commit is contained in:
Adam Bradley
2016-03-31 09:23:28 -05:00
parent 5524acfa55
commit 55fb60e09b

View File

@ -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}
*/