Skip to content

Commit

Permalink
Merge pull request ionic-team#8731 from mattcarp/patch-1
Browse files Browse the repository at this point in the history
Update thumbnail.ts
  • Loading branch information
manucorporat authored Oct 16, 2016
2 parents c902206 + cb24ca7 commit c26004c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/thumbnail/thumbnail.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit c26004c

Please sign in to comment.