Skip to content

Commit

Permalink
Fix Typo on README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jkevingutierrez authored Jul 12, 2024
1 parent 22b831c commit 95f5eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 95f5eb3

Please sign in to comment.