Skip to content

Commit

Permalink
Update README.md (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
newyork-anthonyng authored and danez committed Nov 23, 2016
1 parent c7df5b1 commit 822880d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class App extends Component {
>

{/*
<TabList/> is a composit component and is the container for the <Tab/>s.
<TabList/> is a composite component and is the container for the <Tab/>s.
*/}

<TabList>
Expand All @@ -76,8 +76,8 @@ class App extends Component {
There should be an equal number of <Tab/> and <TabPanel/> components.
<Tab/> and <TabPanel/> components are tied together by the order in
which they appear. The first (index 0) <Tab/> will be associated with
the <TabPanel/> of the same index. Running this example when
`selectedIndex` is 0 the tab with the label "Foo" will be selected
the <TabPanel/> of the same index. When you run this example with
`selectedIndex` equal to 0, the tab with the label "Foo" will be selected
and the content shown will be "Hello from Foo".
As with <Tab/> the content of <TabPanel/> will be shown as the content.
Expand Down

0 comments on commit 822880d

Please sign in to comment.