From 91f2f9b1cda493e1a2c0b2e92359b57739093f3f Mon Sep 17 00:00:00 2001 From: samayo Date: Mon, 11 Sep 2017 23:13:16 +0200 Subject: [PATCH] fix typo correct "a input" to "an input" --- dist/vue.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/vue.js b/dist/vue.js index 4df3d8d5404..5f60f4c2cc2 100644 --- a/dist/vue.js +++ b/dist/vue.js @@ -83,7 +83,7 @@ function toString (val) { } /** - * Convert a input value to a number for persistence. + * Convert an input value to a number for persistence. * If the conversion fails, return original string. */ function toNumber (val) {