From 127447b14e5fcf60d1e4d43bc9f3784560b2ff86 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Tue, 7 Apr 2020 17:26:15 +1000 Subject: [PATCH] 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`. --- tests/app/ui/tab-view/tab-view.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/app/ui/tab-view/tab-view.md b/tests/app/ui/tab-view/tab-view.md index 04f3c2fea..fc995fdff 100644 --- a/tests/app/ui/tab-view/tab-view.md +++ b/tests/app/ui/tab-view/tab-view.md @@ -55,9 +55,9 @@ export function onSelectedIndexChanged(args) {...} For the TabView component could be set three different styling properties -* `selectedTabTextColor` (coresponding CSS property `selected-tab-text-color `) - change the color of the text, while selecting some of the tabs. -* `tabBackgroundColor` (coresponding CSS property `tab-background-color`) - changing the background of the tabs. -* `textTransform` (coresponding CSS property `text-transform`) - setting up textTransform individual for every `TabViewItem`. Value options: `capitalize`, `lowercase`, `none`, `uppercase`. +* `selectedTabTextColor` (corresponding CSS property `selected-tab-text-color `) - change the color of the text, while selecting some of the tabs. +* `tabBackgroundColor` (corresponding CSS property `tab-background-color`) - changing the background of the tabs. +* `textTransform` (corresponding CSS property `text-transform`) - setting up textTransform individual for every `TabViewItem`. Value options: `capitalize`, `lowercase`, `none`, `uppercase`. ```XML @@ -71,7 +71,7 @@ For the TabView component could be set three different styling properties ``` -* `androidSelectedTabHighlightColor`android specific property (coresponding CSS property `android-selected-tab-highlight-color`) - setup underline color of the `Tab`s in Android. +* `androidSelectedTabHighlightColor`android specific property (corresponding CSS property `android-selected-tab-highlight-color`) - setup underline color of the `Tab`s in Android. ```XML