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 {
4949 >
5050
5151 {/*
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.
5353 */ }
5454
5555 < TabList>
@@ -76,8 +76,8 @@ class App extends Component {
7676 There should be an equal number of <Tab/> and <TabPanel/> components.
7777 <Tab/> and <TabPanel/> components are tied together by the order in
7878 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
8181 and the content shown will be "Hello from Foo".
8282
8383 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