Skip to content

Commit

Permalink
[docs] Changing propType from string to node on components
Browse files Browse the repository at this point in the history
  • Loading branch information
pandaiolo committed Nov 5, 2015
1 parent 98532fd commit 2b1e062
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/src/app/components/pages/components/grid-list.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class GridListPage extends React.Component {
infoArray: [
{
name: 'title',
type: 'string',
type: 'node',
header: 'optional',
desc: 'Title to be displayed on tile.',
},
Expand Down
2 changes: 1 addition & 1 deletion docs/src/app/components/pages/components/lists.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default class ListsPage extends React.Component {
},
{
name: 'subheader',
type: 'string',
type: 'node',
header: 'optional',
desc: 'The subheader string that will be displayed at the top of the list.',
},
Expand Down
6 changes: 3 additions & 3 deletions docs/src/app/components/pages/components/switches.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default class SwitchesPage extends React.Component {
},
{
name: 'label',
type: 'string',
type: 'node',
header: 'optional',
desc: 'The text that is displayed beside the checkbox.',
},
Expand Down Expand Up @@ -130,7 +130,7 @@ export default class SwitchesPage extends React.Component {
},
{
name: 'label',
type: 'string',
type: 'node',
header: 'optional',
desc: 'The text that is displayed beside the radio button.',
},
Expand Down Expand Up @@ -252,7 +252,7 @@ export default class SwitchesPage extends React.Component {
},
{
name: 'label',
type: 'string',
type: 'node',
header: 'optional',
desc: 'The text that is displayed beside the toggle switch.',
},
Expand Down

0 comments on commit 2b1e062

Please sign in to comment.