Skip to content

Commit 57b4dd1

Browse files
Fix typo
1 parent b1d26e4 commit 57b4dd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/themr.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,6 @@ function validateComposeOption(composeTheme) {
111111
}
112112

113113
function removeNamespace(key, themeNamespace) {
114-
const capitilized = key.substr(themeNamespace.length)
115-
return capitilized.slice(0, 1).toLowerCase() + capitilized.slice(1)
114+
const capitalized = key.substr(themeNamespace.length)
115+
return capitalized.slice(0, 1).toLowerCase() + capitalized.slice(1)
116116
}

0 commit comments

Comments
 (0)