Skip to content

Commit

Permalink
Fix typo in time unit 'weekdayhours'
Browse files Browse the repository at this point in the history
  • Loading branch information
willium authored and domoritz committed Dec 14, 2023
1 parent 6804b86 commit f1f3c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/timeunit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export const LOCAL_MULTI_TIMEUNIT_INDEX = {
monthdatehoursminutesseconds: 1,

weekday: 1,
weeksdayhours: 1,
weekdayhours: 1,
weekdayhoursminutes: 1,
weekdayhoursminutesseconds: 1,

Expand Down

0 comments on commit f1f3c7b

Please sign in to comment.