We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a655bd commit 7ec77b9Copy full SHA for 7ec77b9
src/utils/getPropType.js
@@ -68,7 +68,7 @@ function getPropTypeArrayOf(argumentPath) {
68
}
69
70
function getPropTypeShape(argumentPath) {
71
- var type: PropTypeDescriptor = {name: 'shape', value: 'unkown'};
+ var type: PropTypeDescriptor = {name: 'shape', value: 'unknown'};
72
if (!types.ObjectExpression.check(argumentPath.node)) {
73
argumentPath = resolveToValue(argumentPath);
74
0 commit comments