From 7d59ab206f4218764cea2b817402617b21a7a0e6 Mon Sep 17 00:00:00 2001 From: Kevin Cameron Date: Thu, 22 Jul 2021 13:18:31 -0700 Subject: [PATCH] docs: Fix typo (#1374) --- docs/guide/components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/components.md b/docs/guide/components.md index b26b551..e5436f4 100644 --- a/docs/guide/components.md +++ b/docs/guide/components.md @@ -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