From ef7e3e4cfafd48020bbc1f60bd37ecfed99ded8d Mon Sep 17 00:00:00 2001 From: Moritz <129155392+its-mzw@users.noreply.github.com> Date: Wed, 30 Oct 2024 22:18:07 +0100 Subject: [PATCH] fix: typo in 02-04 instruction --- exercises/02.test-structure/04.problem.hooks/README.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/02.test-structure/04.problem.hooks/README.mdx b/exercises/02.test-structure/04.problem.hooks/README.mdx index a4846bb..4f0fd40 100644 --- a/exercises/02.test-structure/04.problem.hooks/README.mdx +++ b/exercises/02.test-structure/04.problem.hooks/README.mdx @@ -51,4 +51,4 @@ This problem illustrates the importance of the testing setup for the quality of A test must fail if, and only if, the intention behind the system is not met. -🦉 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. +🦉 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.