fix typo: Unkown => Unknown (#6559)
This commit is contained in:
committed by
Tomasz Drwięga
parent
9a086face4
commit
fee056a251
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user