Skip to content

Commit 2c23374

Browse files
committed
typo
1 parent a1059a3 commit 2c23374

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
@@ -32,6 +32,6 @@ Cannot find module './src/index.css' or its corresponding type declarations.ts(2
3232
/// <reference path="./src/vite-env.d.ts" />
3333
```
3434

35-
Lastly, provide the path to the setup file in <InlineFile file="vite.config.ts">`vite.config.ts`</InlineFile> as the `setupFiles` value of a conrete browser instance (follow the instructions in the configuration file for more details).
35+
Lastly, provide the path to the setup file in <InlineFile file="vite.config.ts">`vite.config.ts`</InlineFile> as the `setupFiles` value of a concrete browser instance (follow the instructions in the configuration file for more details).
3636

3737
Once you have it ready, run the tests again to see the `<FilePreview />` component reclaim its striking visuals ✨.

0 commit comments

Comments
 (0)