Skip to content

Commit

Permalink
Correct prop name!
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrookes committed Nov 6, 2015
1 parent 0904107 commit 9fc0926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/app/components/pages/components/text-fields.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ let TextFieldsPage = React.createClass({
name: 'Props',
infoArray: [
{
name: 'defaultText',
name: 'defaultValue',
type: 'string',
header: 'optional',
desc: 'The text string to use for the default value.',
Expand Down

0 comments on commit 9fc0926

Please sign in to comment.