Skip to content

Commit 458f946

Browse files
committed
vale fixes
1 parent dcd5740 commit 458f946

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/components/tabbed-pane.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Tabs are the clickable headers that organize and control content switching in a
2626
Tabs aren't intended to be used as standalone components. They're meant to be used in conjunction with TabbedPanes. This class isn't a `Component` and shouldn't be used as such.
2727
:::
2828

29-
You can create a `TabbedPane` with only the tab headers if you need navigation without content panels - simply add `Tab` objects without corresponding content. This is useful for creating tab-based navigation that controls content displayed elsewhere in your application.
29+
You can create a `TabbedPane` with only the tab headers if you need navigation without content panels - simply add `Tab` objects without corresponding content. This is useful for creating tab-based navigation that controls content displayed elsewhere in your app.
3030

3131
### Properties {#properties}
3232

@@ -177,7 +177,7 @@ javaE='https://raw.githubusercontent.com/webforj/webforj-documentation/main/src/
177177

178178
### Tab placement {#tab-placement}
179179

180-
The Tabs within a `TabbedPane` can be placed in various positions within the component based on the application developers preference. Provided options are set using the provided enum, which has the values of `TOP`, `BOTTOM`, `LEFT`, `RIGHT`, or `HIDDEN`. The default setting is `TOP`.
180+
The Tabs within a `TabbedPane` can be placed in various positions within the component based on the app developer's preference. Provided options are set using the provided enum, which has the values of `TOP`, `BOTTOM`, `LEFT`, `RIGHT`, or `HIDDEN`. The default setting is `TOP`.
181181

182182
<ComponentDemo
183183
path='/webforj/tabbedpaneplacement?'

0 commit comments

Comments
 (0)