diff --git a/src/guide/extras/render-function.md b/src/guide/extras/render-function.md
index f1f58f30ab..8b21756eb5 100644
--- a/src/guide/extras/render-function.md
+++ b/src/guide/extras/render-function.md
@@ -787,7 +787,7 @@ Functional components can be registered and consumed just like normal components
### Typing Functional Components {#typing-functional-components}
-Functional Components can be typed based on whether they are named or anonymous. Volar also supports type checking properly typed functional components when consuming them in SFC templates.
+Functional Components can be typed based on whether they are named or anonymous. [Vue - Official extension](https://github.com/vuejs/language-tools) also supports type checking properly typed functional components when consuming them in SFC templates.
**Named Functional Component**
diff --git a/src/guide/quick-start.md b/src/guide/quick-start.md
index 1e4c881e3e..6489dfd8bf 100644
--- a/src/guide/quick-start.md
+++ b/src/guide/quick-start.md
@@ -117,7 +117,7 @@ If you are unsure about an option, simply choose `No` by hitting enter for now.
You should now have your first Vue project running! Note that the example components in the generated project are written using the [Composition API](/guide/introduction#composition-api) and `