Skip to content

Commit

Permalink
priortize -> prioritize
Browse files Browse the repository at this point in the history
  • Loading branch information
langz committed Dec 20, 2024
1 parent 41e4131 commit 4204aa4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ function getStartDate(
dateProps: DatePickerDateProps,
previousDateProps: DatePickerDateProps
) {
// priortize startDate over date if provided
// prioritize startDate over date if provided
if (
typeof dateProps.startDate !== 'undefined' &&
dateProps.startDate !== previousDateProps.startDate
Expand Down

0 comments on commit 4204aa4

Please sign in to comment.