docs(avatar): fix typo

'avatars' rather than 'avatar's' for plural
This commit is contained in:
JamesM
2017-04-02 15:05:05 +02:00
committed by Manu MA
parent fa7ea0c617
commit a0554573de

View File

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