Skip to content

Commit 237d5c2

Browse files
authored
fix: typo in lecture 02-04 instructions (#28)
1 parent 4851315 commit 237d5c2

File tree

1 file changed

+1
-1
lines changed
  • exercises/02.test-structure/04.problem.hooks

1 file changed

+1
-1
lines changed

exercises/02.test-structure/04.problem.hooks/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ This problem illustrates the importance of the testing setup for the quality of
5151

5252
<callout-success class="important">A test must fail if, and only if, the intention behind the system is not met.</callout-success>
5353

54-
🦉 It's a fantastic rule to keep in mind when writing tests. Learn more about [The Golden Rule of Assertion](https://www.epicweb.dev/the-golden-rule-of-assertions) and how it can help you write better tests every single tim.
54+
🦉 It's a fantastic rule to keep in mind when writing tests. Learn more about [The Golden Rule of Assertion](https://www.epicweb.dev/the-golden-rule-of-assertions) and how it can help you write better tests every single time.

0 commit comments

Comments
 (0)