Fix only typo (#3035)

This commit is contained in:
Paul 2017-05-14 10:58:50 +00:00 committed by Eugen Rochko
parent 2a77a4a352
commit 5d1f249685

View file

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