Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(tabs): typo in tabs doc #2310

Merged
merged 1 commit into from
Jul 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/components/tabs/src/Tabs.doc.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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...

Expand Down
Loading