8000 fix typo · poorprogrammer/vuejs.org@a2f41e1 · GitHub
[go: up one dir, main page]

Skip to content

Commit a2f41e1

Browse files
committed
fix typo
1 parent 5624f3a commit a2f41e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/guide/plugin.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ type: guide
33
order: 12
44
---
55

6-
> *This is a very early preview for the plugin API and this may change in furture versions. You might want to wait for a few official plugins as reference before writing your own.*
6+
> *This is a very early preview for the plugin API and this may change in future versions. You might want to wait for a few official plugins as reference before writing your own.*
77
88
## Using a Plugin
99

@@ -46,4 +46,4 @@ exports.install = function (Vue, options) {
4646
// use Vue.require to access internal modules
4747
var utils = Vue.require('utils')
4848
}
49-
```
49+
```

0 commit comments

Comments
 (0)
0