chore: remove extra space in description comment

This commit is contained in:
Eric Liu 2022-03-13 18:00:36 -07:00
commit 5288d73ea2
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@
*/
export let primaryButtonIcon = undefined;
/** Set to `true` to disable the primary button */
/** Set to `true` to disable the primary button */
export let primaryButtonDisabled = false;
/**

View file

@ -20,7 +20,7 @@
/** Set to `true` to enable the light variant */
export let light = false;
/** Set to `true` to disable the input */
/** Set to `true` to disable the input */
export let disabled = false;
/** Set to `true` to use the read-only variant */