From cb24ca7ce7c3097a228d69076a7cf6008cf0dcaa Mon Sep 17 00:00:00 2001 From: Matt Carpenter Date: Sun, 16 Oct 2016 10:07:22 +0100 Subject: [PATCH] Update thumbnail.ts minor: fix typos --- src/components/thumbnail/thumbnail.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/thumbnail/thumbnail.ts b/src/components/thumbnail/thumbnail.ts index 1ee344f49c..9c42771f74 100644 --- a/src/components/thumbnail/thumbnail.ts +++ b/src/components/thumbnail/thumbnail.ts @@ -4,8 +4,8 @@ import { Directive } from '@angular/core'; * @name Thumbnail * @module ionic * @description - * A Thumbnail is a component that creates a squated image for an item. - * Thumbnail's can be place on the left or right side of an itemt with the `item-left` or `item-right` directive. + * A Thumbnail is a component that creates a squared image for an item. + * Thumbnails 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/#thumbnail-list Thumbnail Component Docs} */ @Directive({