From a6a23f4c9884b2ba1a56f63a7cbed015ccf8d244 Mon Sep 17 00:00:00 2001 From: Kamil Murtaza Date: Fri, 4 Sep 2020 10:26:56 +0500 Subject: [PATCH] Minor Typo Fix --- src/TextInput/TextInput.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TextInput/TextInput.svelte b/src/TextInput/TextInput.svelte index 51c9724f..1d335021 100644 --- a/src/TextInput/TextInput.svelte +++ b/src/TextInput/TextInput.svelte @@ -85,7 +85,7 @@ /** * Set to `true` to mark the field as required - * @type {boolean} [required="false"] + * @type {boolean} [required=false] */ export let required = false;