Skip to content

Commit

Permalink
[mantine.dev] Fix typo (#6861)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenzo-Wada authored Sep 25, 2024
1 parent f9c310f commit ef069cc
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 ef069cc

Please sign in to comment.