Navigation Menu

Skip to content

Commit

Permalink
docs: Typo on line 149 (#362)
Browse files Browse the repository at this point in the history
"provides" has an extraneous s.
  • Loading branch information
green8ball authored and ktsn committed Oct 9, 2019
1 parent fa148fe commit 14b3bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -146,7 +146,7 @@ class MyComp extends Vue {

### Adding Custom Hooks

If you use some Vue plugins like Vue Router, you may want class components to resolve hooks that they provides. For that case, `Component.registerHooks` allows you to register such hooks:
If you use some Vue plugins like Vue Router, you may want class components to resolve hooks that they provide. For that case, `Component.registerHooks` allows you to register such hooks:

```js
// class-component-hooks.js
Expand Down

0 comments on commit 14b3bba

Please sign in to comment.