Skip to content

Commit 822880d

Browse files
newyork-anthonyngdanez
authored andcommitted
Update README.md (#146)
1 parent c7df5b1 commit 822880d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)