File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ class App extends Component {
49
49
>
50
50
51
51
{/*
52
- <TabList/> is a composit component and is the container for the <Tab/>s.
52
+ <TabList/> is a composite component and is the container for the <Tab/>s.
53
53
*/ }
54
54
55
55
< TabList>
@@ -76,8 +76,8 @@ class App extends Component {
76
76
There should be an equal number of <Tab/> and <TabPanel/> components.
77
77
<Tab/> and <TabPanel/> components are tied together by the order in
78
78
which they appear. The first (index 0) <Tab/> will be associated with
79
- the <TabPanel/> of the same index. Running this example when
80
- `selectedIndex` is 0 the tab with the label "Foo" will be selected
79
+ the <TabPanel/> of the same index. When you run this example with
80
+ `selectedIndex` equal to 0, the tab with the label "Foo" will be selected
81
81
and the content shown will be "Hello from Foo".
82
82
83
83
As with <Tab/> the content of <TabPanel/> will be shown as the content.
You can’t perform that action at this time.
0 commit comments