Skip to content

Commit

Permalink
Merge pull request #712 from matuzalemsteles/FixJSDOC
Browse files Browse the repository at this point in the history
Fix JSDoc on ClayImageCard
  • Loading branch information
carloslancha authored Mar 9, 2018
2 parents 3afc46f + 3cc8d15 commit 67476e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/clay-card/src/ClayImageCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ ClayImageCard.STATE = {
/**
* Group Index the card belongs to.
* @instance
* @memberof ClayImageCards
* @memberof ClayImageCard
* @type {?string|undefined}
* @default undefined
*/
Expand Down Expand Up @@ -217,7 +217,7 @@ ClayImageCard.STATE = {
/**
* Shape for the sticker represented in the card.
* @instance
* @memberof ClayImageCards
* @memberof ClayImageCard
* @type {?string}
* @default rounded
*/
Expand Down

0 comments on commit 67476e1

Please sign in to comment.