Fix only typo (#3035)

lolsob-rspec
Paul 2017-05-14 10:58:50 +00:00 committed by Eugen Rochko
parent 2a77a4a352
commit 5d1f249685
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ class AutosuggestTextarea extends ImmutablePureComponent {
};
static defaultProps = {
autoFucus: true
autoFocus: true
};
constructor (props, context) {