diff --git a/src/components/avatar/avatar.ts b/src/components/avatar/avatar.ts index fa845adde8..3a6978bbd0 100644 --- a/src/components/avatar/avatar.ts +++ b/src/components/avatar/avatar.ts @@ -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 place on the left or right side of an itemt with the `item-left` or `item-right` directive. + * Avatar's can be place 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} */ @Directive({