Skip to content

Commit

Permalink
fix: fix typo in time unit 'weekdayhours' (vega#9206)
Browse files Browse the repository at this point in the history
Redid vega#8021 by @willium

---------

Co-authored-by: Will Strimling <w@ml.to>
Co-authored-by: GitHub Actions Bot <vega-actions-bot@users.noreply.github.com>
  • Loading branch information
3 people committed Dec 14, 2023
1 parent 6804b86 commit 12788a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/vega-lite-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -15593,7 +15593,7 @@
"monthdatehoursminutes",
"monthdatehoursminutesseconds",
"weekday",
"weeksdayhours",
"weekdayhours",
"weekdayhoursminutes",
"weekdayhoursminutesseconds",
"dayhours",
Expand Down
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 12788a5

Please sign in to comment.