From 1cc4261eeb43a0ac63562abee92f52748c8e139e Mon Sep 17 00:00:00 2001 From: Caleb Eby Date: Mon, 7 Jun 2021 11:02:24 -0700 Subject: [PATCH] docs: Fix typo in README (#373) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 873259a6..61d14352 100644 --- a/README.md +++ b/README.md @@ -1080,7 +1080,7 @@ To perform a partial match, you can pass a `RegExp` or use value="11:30 PM" /> - Invalid time: the time must be between 9:00 AM and 5:00 PM" + Invalid time: the time must be between 9:00 AM and 5:00 PM ```