From 4e8ae684a016cfd7ab31566cf9bba67619fbb703 Mon Sep 17 00:00:00 2001 From: toplan Date: Mon, 16 Nov 2015 11:31:24 +0800 Subject: [PATCH] Modify the wrong character --- src/vue.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vue.js b/src/vue.js index aa092784b42..8a14cc7ca6d 100644 --- a/src/vue.js +++ b/src/vue.js @@ -5,7 +5,7 @@ var extend = _.extend * The exposed Vue constructor. * * API conventions: - * - public API methods/properties are prefiexed with `$` + * - public API methods/properties are prefixed with `$` * - internal methods/properties are prefixed with `_` * - non-prefixed properties are assumed to be proxied user * data.