diff --git a/.internal/createCaseFirst.js b/.internal/createCaseFirst.js index ab4943c0f..33c216b0e 100644 --- a/.internal/createCaseFirst.js +++ b/.internal/createCaseFirst.js @@ -20,7 +20,7 @@ function createCaseFirst(methodName) { const chr = strSymbols ? strSymbols[0] - : string.charAt(0); + : string[0]; const trailing = strSymbols ? castSlice(strSymbols, 1).join('')