Skip to content

Commit

Permalink
[mantine.dev] Fix typo (#6091)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayovev committed Apr 23, 2024
1 parent afc9929 commit a1c7ff4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/@mantine/core/src/components/TagsInput/TagsInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ export interface TagsInputProps
/** Default value for uncontrolled component */
defaultValue?: string[];

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

/** Called when tag is removed */
onRemove?: (value: string) => void;

/** Called whe the clear button is clicked */
/** Called when the clear button is clicked */
onClear?: () => void;

/** Controlled search value */
Expand Down

0 comments on commit a1c7ff4

Please sign in to comment.