From cd53722bc455429bd17fff99199d5bb770f06d1a Mon Sep 17 00:00:00 2001 From: Mike Hamilton Date: Thu, 29 Sep 2016 08:41:30 -0500 Subject: [PATCH] docs(): fix spelling Closes #8296 --- src/components/avatar/avatar.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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({