Skip to content

Commit 4ef48a5

Browse files
committed
Fix typo.
1 parent 11654c4 commit 4ef48a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helpers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Get the fully qualified path to the `application/storage` directory.
164164

165165
Convert the given string to `camelCase`.
166166

167-
$camel = camsel_case('foo_bar');
167+
$camel = camel_case('foo_bar');
168168

169169
// fooBar
170170

0 commit comments

Comments
 (0)