Skip to content

Commit 50d2a81

Browse files
authored
fix: Typo in Typescript tip (vuejs#2013)
Fix a typo within Tip example in Typescript configuration file.
1 parent 9fc32de commit 50d2a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/scaling-up/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ If you are using TypeScript, add `vitest/globals` to the `types` field in your `
310310
// tsconfig.json
311311

312312
{
313-
"compileroptions": {
313+
"compilerOptions": {
314314
"types": ["vitest/globals"]
315315
}
316316
}

0 commit comments

Comments
 (0)