From 7e158c4b0bb1ab6a05f2dad4eb82744d01beb995 Mon Sep 17 00:00:00 2001 From: Alexandre Thomas <3269222+AshtomGVA@users.noreply.github.com> Date: Thu, 15 Oct 2020 18:06:19 +0200 Subject: [PATCH] Update refs-type-extension.md --- docs/guide/refs-type-extension.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/refs-type-extension.md b/docs/guide/refs-type-extension.md index e0222f6..5962f13 100644 --- a/docs/guide/refs-type-extension.md +++ b/docs/guide/refs-type-extension.md @@ -1,6 +1,6 @@ # `$refs` Type Extension -`$refs` type of a component is declared as the broadest type to handle all possible type of ref. While it is theoretically collect, in most cases, each ref only has a specific element or a component in practice. +`$refs` type of a component is declared as the broadest type to handle all possible type of ref. While it is theoretically correct, in most cases, each ref only has a specific element or a component in practice. You can specify a specific ref type by overriding `$refs` type in a class component: