Skip to content

Commit b708c04

Browse files
andymanitaraposva
authored andcommitted
Update util.js (vuejs#4700)
Typo fix
1 parent 7131bc4 commit b708c04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/util.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export function cached<F: Function> (fn: F): F {
8282
}
8383

8484
/**
85-
* Camelize a hyphen-delmited string.
85+
* Camelize a hyphen-delimited string.
8686
*/
8787
const camelizeRE = /-(\w)/g
8888
export const camelize = cached((str: string): string => {

0 commit comments

Comments
 (0)