Skip to content

Commit 7cfb24a

Browse files
neilguangzhouyyx990803
authored andcommitted
修复单词错误 (vuejs#3675)
修复单词错误
1 parent 15fe963 commit 7cfb24a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/instance/internal/init.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export default function (Vue) {
6868

6969
// fragment:
7070
// if this instance is compiled inside a Fragment, it
71-
// needs to reigster itself as a child of that fragment
71+
// needs to register itself as a child of that fragment
7272
// for attach/detach to work properly.
7373
this._frag = options._frag
7474
if (this._frag) {

0 commit comments

Comments
 (0)