Skip to content

Commit 0682e7d

Browse files
riophaechrisvfritz
authored andcommitted
add missing preposition "with"
1 parent 947e76c commit 0682e7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/mixins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Note that the same merge strategies are used in `Vue.extend()`.
8888

8989
## Global Mixin
9090

91-
You can also apply a mixin globally. Use caution! Once you apply a mixin globally, it will affect **every** Vue instance created afterwards. When used properly, this can be used to inject processing logic for custom options:
91+
You can also apply a mixin globally. Use with caution! Once you apply a mixin globally, it will affect **every** Vue instance created afterwards. When used properly, this can be used to inject processing logic for custom options:
9292

9393
``` js
9494
// inject a handler for `myOption` custom option

0 commit comments

Comments
 (0)