Skip to content

Commit

Permalink
docs: correct grammar in typescript.shim JSDoc (#26626)
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianGlowala committed Apr 3, 2024
1 parent 2dc4505 commit 8ae37e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/schema/src/config/typescript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8ae37e7

Please sign in to comment.