2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-17 02:29:37 +03:00

docs: Fix typo (#1374)

This commit is contained in:
Kevin Cameron
2021-07-22 13:18:31 -07:00
committed by GitHub
parent 7da3ad422f
commit 7d59ab206f
+1 -1
View File
@@ -58,7 +58,7 @@ export default {
## Setting Globally at Registration
If you want to all instances of Vue Select to use your custom components throughout your app, while
If you want all instances of Vue Select to use your custom components throughout your app, while
only having to set the implementation once, you can do so when registering Vue Select as a component.
```js