fix typo: Unkown => Unknown (#6559)

This commit is contained in:
vacuum-car
2017-10-02 22:27:59 +09:00
committed by Tomasz Drwięga
parent 9a086face4
commit fee056a251
5 changed files with 7 additions and 7 deletions

View File

@@ -88,7 +88,7 @@ export default class TypedInput extends Component {
return this.renderParam(param);
}
console.error('<TypedInput>', `unkown "${param}" param passed to props`);
console.error('<TypedInput>', `unknown "${param}" param passed to props`);
return null;
}