Skip to content

Commit 7a1e662

Browse files
HanochMamaheng
and
maheng
authored
chore: grammar in comments [ci skip]
Co-authored-by: maheng <[email protected]>
1 parent 925bc34 commit 7a1e662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compiler-sfc/src/compileScript.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ export function compileScript(
575575
error(
576576
`\`${method}()\` in <script setup> cannot reference locally ` +
577577
`declared variables because it will be hoisted outside of the ` +
578-
`setup() function. If your component options requires initialization ` +
578+
`setup() function. If your component options require initialization ` +
579579
`in the module scope, use a separate normal <script> to export ` +
580580
`the options instead.`,
581581
id

0 commit comments

Comments
 (0)