Skip to content

Commit 14b3bba

Browse files
green8ballktsn
green8ball
authored andcommitted
docs: Typo on line 149 (#362)
"provides" has an extraneous s.
1 parent fa148fe commit 14b3bba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ class MyComp extends Vue {
146146

147147
### Adding Custom Hooks
148148

149-
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:
149+
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:
150150

151151
```js
152152
// class-component-hooks.js

0 commit comments

Comments
 (0)