Skip to content

Commit 9907e83

Browse files
timgates42NathanWalker
authored andcommitted
docs: Fix simple typo, coresponding -> corresponding (#8504)
There is a small typo in tests/app/ui/tab-view/tab-view.md. Should read `corresponding` rather than `coresponding`.
1 parent a509b68 commit 9907e83

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tests/app/ui/tab-view/tab-view.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ export function onSelectedIndexChanged(args) {...}
5555

5656
For the TabView component could be set three different styling properties
5757

58-
* `selectedTabTextColor` (coresponding CSS property `selected-tab-text-color `) - change the color of the text, while selecting some of the tabs.
59-
* `tabBackgroundColor` (coresponding CSS property `tab-background-color`) - changing the background of the tabs.
60-
* `textTransform` (coresponding CSS property `text-transform`) - setting up textTransform individual for every `TabViewItem`. Value options: `capitalize`, `lowercase`, `none`, `uppercase`.
58+
* `selectedTabTextColor` (corresponding CSS property `selected-tab-text-color `) - change the color of the text, while selecting some of the tabs.
59+
* `tabBackgroundColor` (corresponding CSS property `tab-background-color`) - changing the background of the tabs.
60+
* `textTransform` (corresponding CSS property `text-transform`) - setting up textTransform individual for every `TabViewItem`. Value options: `capitalize`, `lowercase`, `none`, `uppercase`.
6161

6262
```XML
6363
<TabView selectedTabTextColor="#00FF00" tabBackgroundColor="#FF0000">
@@ -71,7 +71,7 @@ For the TabView component could be set three different styling properties
7171

7272
```
7373

74-
* `androidSelectedTabHighlightColor`<sup>android specific property</sup> (coresponding CSS property `android-selected-tab-highlight-color`) - setup underline color of the `Tab`s in Android.
74+
* `androidSelectedTabHighlightColor`<sup>android specific property</sup> (corresponding CSS property `android-selected-tab-highlight-color`) - setup underline color of the `Tab`s in Android.
7575

7676
```XML
7777
<TabView androidSelectedTabHighlightColor="red">

0 commit comments

Comments
 (0)