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.