mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-24 14:58:36 +08:00
docs(avatar): fix typo
'avatars' rather than 'avatar's' for plural
This commit is contained in:
@ -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({
|
||||
|
Reference in New Issue
Block a user