Kaynağa Gözat

Update util.js (#4700)

Typo fix
Andy 9 yıl önce
ebeveyn
işleme
b708c04988
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/shared/util.js

+ 1 - 1
src/shared/util.js

@@ -82,7 +82,7 @@ export function cached<F: Function> (fn: F): F {
 }
 }
 
 
 /**
 /**
- * Camelize a hyphen-delmited string.
+ * Camelize a hyphen-delimited string.
  */
  */
 const camelizeRE = /-(\w)/g
 const camelizeRE = /-(\w)/g
 export const camelize = cached((str: string): string => {
 export const camelize = cached((str: string): string => {