From ec9b241e08ca438ff136bb5f2213c44b832d3636 Mon Sep 17 00:00:00 2001 From: alesf Date: Fri, 21 Jul 2023 10:30:47 +0200 Subject: [PATCH] Fixed grammar in README.md Just some minor grammar fixes in readme. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e3723f3..32b98f1 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ var state = { ``` -support name attribute for normal html form submission +Support name attribute for normal html form submission ``` html ``` @@ -71,7 +71,7 @@ Inline always open version ``` html ``` -Programtic Acess of value of datepicker +Programatic access of datepicker value ```html ``` @@ -79,7 +79,7 @@ Programtic Acess of value of datepicker const { selectedDate } = (inputRef.value as any).value; ``` -icon color, icon height, icon width of calendar +Icon color, icon height, icon width of calendar ``` html ```