From 8ae37e7e5c454e7fe7d26af7205778f616839f91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damian=20G=C5=82owala?= Date: Wed, 3 Apr 2024 16:46:46 +0200 Subject: [PATCH] docs: correct grammar in `typescript.shim` JSDoc (#26626) --- packages/schema/src/config/typescript.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/schema/src/config/typescript.ts b/packages/schema/src/config/typescript.ts index 21e36a4be2..6f20545eb7 100644 --- a/packages/schema/src/config/typescript.ts +++ b/packages/schema/src/config/typescript.ts @@ -80,7 +80,7 @@ export default defineUntypedSchema({ * We recommend instead letting the [official Vue extension](https://marketplace.visualstudio.com/items?itemName=Vue.volar) * generate accurate types for your components. * - * Note that if you may wish to set this to `true` if you are using other libraries, such as ESLint, + * Note that you may wish to set this to `true` if you are using other libraries, such as ESLint, * that are unable to understand the type of `.vue` files. */ shim: false