diff --git a/packages/clay-sticker/src/ClaySticker.js b/packages/clay-sticker/src/ClaySticker.js index 12b4dc3f6..ff56412cc 100644 --- a/packages/clay-sticker/src/ClaySticker.js +++ b/packages/clay-sticker/src/ClaySticker.js @@ -82,8 +82,9 @@ ClaySticker.STATE = { outside: Config.bool().value(false), /** - * Sticker position if not static. Available positions are `bottom-left`, - * `bottom-right`, `top-right`. + * Position of the sticker in relation to the contents. + * Available positions are `bottom-left`, `bottom-right`, `top-left` + * and `top-right`. * @instance * @memberof ClaySticker * @type {?string|undefined}