docs(avatar): fix typo (#9965)

place to placed
This commit is contained in:
Felix Gellner
2017-01-11 22:22:35 +01:00
committed by Brandy Carney
parent 0414ac55ba
commit dbfc79b63a

View File

@ -5,7 +5,7 @@ import { Directive } from '@angular/core';
* @module ionic * @module ionic
* @description * @description
* An Avatar is a component that creates a circular image for an item. * An Avatar is a component that creates a circular image for an item.
* Avatar's can be place on the left or right side of an item with the `item-left` or `item-right` directive. * Avatar's can be placed on the left or right side of an item with the `item-left` or `item-right` directive.
* @see {@link /docs/v2/components/#avatar-list Avatar Component Docs} * @see {@link /docs/v2/components/#avatar-list Avatar Component Docs}
*/ */
@Directive({ @Directive({