From cd85355ae1749b0a54c219444fa624270abfd217 Mon Sep 17 00:00:00 2001 From: YuanSamuel Date: Thu, 25 Apr 2024 11:33:08 -0500 Subject: [PATCH] guides/testing: fix typo Signed-off-by: YuanSamuel --- content/guides/testing-concepts.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/guides/testing-concepts.mdx b/content/guides/testing-concepts.mdx index a1bee334..49f7ba74 100644 --- a/content/guides/testing-concepts.mdx +++ b/content/guides/testing-concepts.mdx @@ -20,7 +20,7 @@ Our shop also has at least an image for every product which should maximize when To test this, we would write a **unit test**. Running the test suite after each change is called **regression testing**. -**Automatic testing** means that the tests are run and verified automatically and are usually triggered by contributiosn (pull requests). +**Automatic testing** means that the tests are run and verified automatically and are usually triggered by contributions (pull requests). **Automated regression testing** is the best practice in software engineering. One of the key metrics used in testing is **code coverage**.