Skip to content

Commit

Permalink
[docs] Fix typo (#3314)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybaroneee committed Jan 7, 2023
1 parent 0b60f24 commit efa6361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/docs/guides/typescript.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Other types exported from `@mantine/core` package:

## Polymorphic components type

[Polymorphic components](/guides/polymorphic/) require passing a type is you need to use props that require callback functions:
[Polymorphic components](/guides/polymorphic/) require passing a type if you need to use props that require callback functions:

```tsx
import { Button } from '@mantine/core';
Expand Down

0 comments on commit efa6361

Please sign in to comment.