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 b1d26e4 commit 57b4dd1Copy full SHA for 57b4dd1
src/components/themr.js
@@ -111,6 +111,6 @@ function validateComposeOption(composeTheme) {
111
}
112
113
function removeNamespace(key, themeNamespace) {
114
- const capitilized = key.substr(themeNamespace.length)
115
- return capitilized.slice(0, 1).toLowerCase() + capitilized.slice(1)
+ const capitalized = key.substr(themeNamespace.length)
+ return capitalized.slice(0, 1).toLowerCase() + capitalized.slice(1)
116
0 commit comments