Skip to content

Commit

Permalink
Merge pull request Chalarangelo#1811 from lukasbals/lu/update-to-came…
Browse files Browse the repository at this point in the history
…l-case
  • Loading branch information
Chalarangelo authored Jun 20, 2021
2 parents 3dcba31 + 9fea50f commit 284962e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets/toCamelCase.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Converts a string to camelcase.

```js
const toCamelCase = str => {
let s =
const s =
str &&
str
.match(
Expand Down

0 comments on commit 284962e

Please sign in to comment.