Skip to content

Commit

Permalink
fix(datetime): fixing calender typo (#1575)
Browse files Browse the repository at this point in the history
  • Loading branch information
MKhasib authored Oct 31, 2022
1 parent dfcba7a commit bc68ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const numberFormatKeys = [
export const dateTimeFormatKeys = [
'dateStyle',
'timeStyle',
'calender',
'calendar',
'localeMatcher',
"hour12",
"hourCycle",
Expand Down

0 comments on commit bc68ad2

Please sign in to comment.