From dbfc79b63a2bafec32aa6931cc257e12de4ff3db Mon Sep 17 00:00:00 2001 From: Felix Gellner Date: Wed, 11 Jan 2017 22:22:35 +0100 Subject: [PATCH] docs(avatar): fix typo (#9965) place to placed --- 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 3a6978bbd0..1f533aad28 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 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} */ @Directive({