Skip to content

Commit 7578178

Browse files
committed
Merge pull request #1814 from toplan/dev
Modify the wrong character
2 parents ac616f6 + 4e8ae68 commit 7578178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vue.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ var extend = _.extend
55
* The exposed Vue constructor.
66
*
77
* API conventions:
8-
* - public API methods/properties are prefiexed with `$`
8+
* - public API methods/properties are prefixed with `$`
99
* - internal methods/properties are prefixed with `_`
1010
* - non-prefixed properties are assumed to be proxied user
1111
* data.

0 commit comments

Comments
 (0)