Skip to content

Commit

Permalink
Merge pull request mui#2049 from Dashlane/fix/typo-textfield-doc
Browse files Browse the repository at this point in the history
[Doc] Fix typo in TextField doc
  • Loading branch information
oliviertassinari committed Nov 3, 2015
2 parents 67cca09 + d14c413 commit d3ee052
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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 @@ -242,7 +242,7 @@ let TextFieldsPage = React.createClass({
style={styles.textfield}
hintText="Hint Text" /><br/>
<TextField
style={styles.textField}
style={styles.textfield}
hintText="Styled Hint Text"
hintStyle={{color: 'red'}} /><br/>
<TextField
Expand Down
1 change: 0 additions & 1 deletion docs/src/app/components/raw-code/text-fields-code.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<TextField
hintText="Hint Text" />
<TextField
style={styles.textField}
hintText="Styled Hint Text"
hintStyle={{color: 'red'}} />
<TextField
Expand Down

0 comments on commit d3ee052

Please sign in to comment.