From 95f5eb35ec9f0c1ebe50605fec4c3505ee4f555d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20Guti=C3=A9rrez?= Date: Thu, 11 Jul 2024 19:35:26 -0500 Subject: [PATCH] Fix Typo on README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b8dc3a8..413aad16 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ The meaning of the referenced dates depends on when and where they are mentioned Chrono lets you define the reference as `Date` or `ParsingReference` object: ```javascript -// (Note: the exmaples run on JST timezone) +// (Note: the examples run on JST timezone) chrono.parseDate('Friday', new Date(2012, 8 - 1, 23)); // Fri Aug 24 2012 12:00:00 GMT+0900 (JST)