From 99c1abc0b12aee9b3092a13cc39e5138f1aab3cb Mon Sep 17 00:00:00 2001 From: Derek Date: Fri, 18 Nov 2022 08:49:02 -0500 Subject: [PATCH] Fix typo in Tabs documentation --- docs/src/docs/core/Tabs.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/docs/core/Tabs.mdx b/docs/src/docs/core/Tabs.mdx index 979d7737a6b..e284c70da6b 100644 --- a/docs/src/docs/core/Tabs.mdx +++ b/docs/src/docs/core/Tabs.mdx @@ -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';