Skip to content

Commit

Permalink
typo fixed: "someting" to "something"
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoyaoxin authored Apr 16, 2018
1 parent f40a358 commit ac13455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/pages/Members/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export default class Members extends Component {
id="messageInput"
maxLength={30}
onInput={e => this.props.search(e.target.value)}
placeholder="Type someting to search..."
placeholder="Type something to search..."
ref="input"
type="text" />
</div>
Expand Down

0 comments on commit ac13455

Please sign in to comment.