Skip to content

Commit 87c58fb

Browse files
scottbedardeddyerburgh
authored andcommitted
docs: fix typo (#453)
1 parent ad3c4ef commit 87c58fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/create-local-vue.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function createLocalVue (): Component {
2323
instance.config.errorHandler = errorHandler
2424

2525
// option merge strategies need to be exposed by reference
26-
// so that merge strats registered by plguins can work properly
26+
// so that merge strats registered by plugins can work properly
2727
instance.config.optionMergeStrategies = Vue.config.optionMergeStrategies
2828

2929
// make sure all extends are based on this instance.

0 commit comments

Comments
 (0)