Skip to content

Commit

Permalink
[docs] Fix typo (#2997)
Browse files Browse the repository at this point in the history
  • Loading branch information
Derrreks committed Nov 18, 2022
1 parent ed0fa60 commit e4d7cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/docs/core/Tabs.mdx
Expand Up @@ -47,7 +47,7 @@ function Demo() {

## Uncontrolled Tabs

If you do need to subscribe to Tabs state changes use `defaultValue`:
If you do not need to subscribe to Tabs state changes use `defaultValue`:

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

0 comments on commit e4d7cd6

Please sign in to comment.