From 93cf3baec35630b7e92f49885bd9aa0377a1e0b4 Mon Sep 17 00:00:00 2001 From: Young Date: Fri, 14 Oct 2022 21:09:02 +0800 Subject: [PATCH] chore(docs): fix typo --- docs/macros/index.md | 2 +- docs/macros/setup-component.md | 2 +- docs/macros/setup-sfc.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/macros/index.md b/docs/macros/index.md index 9a762b9d9..e7a0c3a5a 100644 --- a/docs/macros/index.md +++ b/docs/macros/index.md @@ -2,7 +2,7 @@ List of all available macros. -Please make sure `unplugin-vue-macros` is set up correctly. If you have't yet, read [Getting Started](/guide/getting-started) first. +Please make sure `unplugin-vue-macros` is set up correctly. If you haven't yet, read [Getting Started](/guide/getting-started) first. - [defineOptions](/macros/define-options) - [defineModel](/macros/define-model) diff --git a/docs/macros/setup-component.md b/docs/macros/setup-component.md index 09a603671..2a52796c2 100644 --- a/docs/macros/setup-component.md +++ b/docs/macros/setup-component.md @@ -54,5 +54,5 @@ export const App: SetupFC = () => { ## Known Issues -- TypeScript support is not yet complete. +- TypeScript support is not yet completed. - The source map does not correspond properly. diff --git a/docs/macros/setup-sfc.md b/docs/macros/setup-sfc.md index 3e4fa3b95..65cd0220d 100644 --- a/docs/macros/setup-sfc.md +++ b/docs/macros/setup-sfc.md @@ -100,4 +100,4 @@ export default () => ( ## Known Issues - The source map does not correspond properly in JSX/TSX files. -- TypeScript support is not yet complete. +- TypeScript support is not yet completed.