Skip to content

Commit

Permalink
[@mantine.core] chore: fix typo whe
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenzo-Wada committed Sep 20, 2024
1 parent 00a94ce commit 0801317
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export interface MultiSelectProps
/** Default value for uncontrolled component */
defaultValue?: string[];

/** Called whe value changes */
/** Called when value changes */
onChange?: (value: string[]) => void;

/** Called with `value` of the removed item */
Expand Down

0 comments on commit 0801317

Please sign in to comment.