Minor Typo Fix

This commit is contained in:
Kamil Murtaza 2020-09-04 10:26:56 +05:00
commit a6a23f4c98

View file

@ -85,7 +85,7 @@
/** /**
* Set to `true` to mark the field as required * Set to `true` to mark the field as required
* @type {boolean} [required="false"] * @type {boolean} [required=false]
*/ */
export let required = false; export let required = false;