Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit 8e87954

Browse files
authored
Merge pull request #46 from ganapativs/patch-1
Typo fix
2 parents b5c00d6 + 5c66ee7 commit 8e87954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export const withSmartKnobs = (story, context) => {
8484
const item = ensureType(props[n])
8585

8686
if (!item.type) {
87-
const defaultValue = item.defaultValue ? item.defaultValue.value : 'Unkwnow'
87+
const defaultValue = item.defaultValue ? item.defaultValue.value : 'Unknown'
8888
console.warn(`There is a prop with defaultValue ${defaultValue} but it wasnt specified on element.propTypes. Check story: "${context.kind}".`)
8989
return acc
9090
}

0 commit comments

Comments
 (0)