Skip to content

Commit ff63499

Browse files
authored
chore: fix typos across codebase (#7)
1 parent d00da55 commit ff63499

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
## Prerequisites
3131

32-
You don't have to have any prior experience with Vitest or Vitest Broweser Mode
32+
You don't have to have any prior experience with Vitest or Vitest Browser Mode
3333
to complete this workshop.
3434

3535
- **A basic experience with TypeScript is required.**

exercises/01.sunsetting-jsdom/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ About 15 years ago JSDOM set off to solve the lack of proper tooling for integra
2222

2323
> 📜 If you want to learn more about the dangers of browser-like environments, read [Why I Won't Use JSDOM](https://www.epicweb.dev/why-i-won-t-use-jsdom).
2424
25-
But it's not about being redudant. Browser-like environment pose a serious threat to the quality of your tests, have compatibility issues, and can break valid JavaScript code. This often leads to you wasting your time debugging your test environment instead of developing and testing your apps.
25+
But it's not about being redundant. Browser-like environment pose a serious threat to the quality of your tests, have compatibility issues, and can break valid JavaScript code. This often leads to you wasting your time debugging your test environment instead of developing and testing your apps.
2626

2727
I don't want you to waste your time on that. I want you to write solid tests and you can trust, and good tooling is an essential element of that experience.

0 commit comments

Comments
 (0)