Skip to content

Commit cd50410

Browse files
trollepierreeddyerburgh
authored andcommitted
refactor: fix typo in comment (#952)
1 parent 7d29801 commit cd50410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/create-instance/add-hook.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This is used instead of Vue.mixin. The reason is that
2-
// Vue.mixin is slower, and remove modfied options
2+
// Vue.mixin is slower, and remove modified options
33
// https://github.com/vuejs/vue/issues/8710
44

55
export function addHook (options, hook, fn) {

0 commit comments

Comments
 (0)