Skip to content

Commit

Permalink
docs(text-field): fix duplicated "from" in example (#687)
Browse files Browse the repository at this point in the history
  • Loading branch information
eligao authored and Matt Goo committed Feb 23, 2019
1 parent 84043a3 commit 66d36b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/text-field/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ React Text Field accepts one child element which is the input element. For ease
```js
import React from 'react';
import TextField, {HelperText, Input} from '@material/react-text-field';
import MaterialIcon from from '@material/react-material-icon';
import MaterialIcon from '@material/react-material-icon';

class MyApp extends React.Component {
state = {value: 'Woof'};
Expand Down

0 comments on commit 66d36b6

Please sign in to comment.