Skip to content

Commit 7ec77b9

Browse files
fab1anfkling
authored andcommitted
fixed type: 'unkown' -> 'unknown' (#86)
1 parent 6a655bd commit 7ec77b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/getPropType.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ function getPropTypeArrayOf(argumentPath) {
6868
}
6969

7070
function getPropTypeShape(argumentPath) {
71-
var type: PropTypeDescriptor = {name: 'shape', value: 'unkown'};
71+
var type: PropTypeDescriptor = {name: 'shape', value: 'unknown'};
7272
if (!types.ObjectExpression.check(argumentPath.node)) {
7373
argumentPath = resolveToValue(argumentPath);
7474
}

0 commit comments

Comments
 (0)