Skip to content

Commit

Permalink
[docs] Fix typo (#2999)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgravois committed Nov 19, 2022
1 parent e4d7cd6 commit e6bfc5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/docs/guides/polymorphic.mdx
Expand Up @@ -10,7 +10,7 @@ import { ButtonDemos } from '@mantine/demos';
# Polymorphic components

Some of the Mantine components ([Button](/core/button/), [Text](/core/text/), etc.) accept special `component` prop that lets you
change to root element. This guide will explain how to correctly use them with HTML elements, custom components, Next.js Link and TypeScript.
change the root element. This guide will explain how to correctly use them with HTML elements, custom components, Next.js Link and TypeScript.

## With HTML elements

Expand Down

0 comments on commit e6bfc5d

Please sign in to comment.