Update thumbnail.ts

minor: fix typos
This commit is contained in:
Matt Carpenter
2016-10-16 10:07:22 +01:00
committed by GitHub
parent eb317d410c
commit cb24ca7ce7

View File

@@ -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({