Skip to content

Commit 7517675

Browse files
committed
grammar
1 parent 2c23374 commit 7517675

File tree

1 file changed

+1
-1
lines changed
  • exercises/02.vitest-browser-mode/04.problem.shared-assets

1 file changed

+1
-1
lines changed

exercises/02.vitest-browser-mode/04.problem.shared-assets/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Once you do all this, you will spot that the `*.css` imports fail to resolve in
2626
Cannot find module './src/index.css' or its corresponding type declarations.ts(2307)
2727
```
2828

29-
🐨 To fix this, we need to pull some of the Vite built-in type definitions to help us. At the top of the `vitest.browser.setup.ts` file, add the following type reference comment:
29+
🐨 To fix this, we need to pull in some of the Vite built-in type definitions to help us. At the top of the `vitest.browser.setup.ts` file, add the following type reference comment:
3030

3131
```ts nonumber
3232
/// <reference path="./src/vite-env.d.ts" />

0 commit comments

Comments
 (0)