Skip to content

Commit

Permalink
chore: spelling priortize -> prioritize (#4423)
Browse files Browse the repository at this point in the history
  • Loading branch information
langz authored Dec 20, 2024
1 parent 41e4131 commit 421d98d
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 421d98d

Please sign in to comment.