From e4fcbd1fd60e0c0776d11e0ab874cb3b13140270 Mon Sep 17 00:00:00 2001 From: Powerplex Date: Thu, 18 Jul 2024 17:24:30 +0200 Subject: [PATCH] docs(tabs): typo in tabs doc --- packages/components/tabs/src/Tabs.doc.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/components/tabs/src/Tabs.doc.mdx b/packages/components/tabs/src/Tabs.doc.mdx index f3966b488..3ce263657 100644 --- a/packages/components/tabs/src/Tabs.doc.mdx +++ b/packages/components/tabs/src/Tabs.doc.mdx @@ -88,7 +88,7 @@ Use `size` prop to set the size of items. ### forceMount -Use `forceMount` on `Tabs` when you want the content of your inactive tabs to remain in the DOM instead of being removed. +Use `forceMount` on `Tabs` when you want the content of your inactive tabs to remain in the DOM, instead of being removed. This can be useful if your tabs load heavy resources on mount, such as heavy images, videos, iframes, etc...