Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6cf4823

Browse files
committed
Merge pull request vuejs#29 from jackdempsey/fix_future
fix typo
2 parents 5624f3a + a2f41e1 commit 6cf4823

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)