Merge pull request #239 from dalehille/list-typo

fixing a typo for the List component
old
Javi Velasco 2015-12-31 21:00:46 +01:00
commit affff32e24
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ Lists are best suited to presenting a homogeneous data type or sets of data type
<!-- example -->
```jsx
import { List, ListItem, ListSubHeader, ListDivider, ListCheckbox } from 'react-toobox';
import { List, ListItem, ListSubHeader, ListDivider, ListCheckbox } from 'react-toolbox';
const ListTest = () => (
<List selectable ripple>