From ad8c55ad67c224220abc1ff6b76c75d51eaf141d Mon Sep 17 00:00:00 2001 From: wxsm Date: Tue, 15 Feb 2022 11:11:32 +0800 Subject: [PATCH] Update registration.md --- src/guide/components/registration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/components/registration.md b/src/guide/components/registration.md index 4cdbc90cb8..11f311d47e 100644 --- a/src/guide/components/registration.md +++ b/src/guide/components/registration.md @@ -49,7 +49,7 @@ Globally registered components can be used in the template of any component with ``` -This even applies to all subcomponents, meaning all three of these components will also be available _inside each other_. +This evenly applies to all subcomponents, meaning all three of these components will also be available _inside each other_. ## Local Registration