From f2d059104a7b5676ee1302a4892910b17a3f1541 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=8C=B4?= Date: Mon, 19 Sep 2016 16:55:42 +0800 Subject: [PATCH] camelize comment typo (#3696) --- src/util/lang.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/lang.js b/src/util/lang.js index 85d0113d798..d2a8d1e5953 100644 --- a/src/util/lang.js +++ b/src/util/lang.js @@ -167,7 +167,7 @@ export function stripQuotes (str) { } /** - * Camelize a hyphen-delmited string. + * Camelize a hyphen-delimited string. * * @param {String} str * @return {String}