From 63c03de42e9d5c7931426b8a826d1b2c229e0069 Mon Sep 17 00:00:00 2001 From: Demyan Zaytsev Date: Tue, 30 Jan 2024 17:32:37 +0500 Subject: [PATCH] Update tests.md The spelling mistake has been corrected --- content/concepts/kata/tests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/concepts/kata/tests.md b/content/concepts/kata/tests.md index a1deddd3..c6b426eb 100644 --- a/content/concepts/kata/tests.md +++ b/content/concepts/kata/tests.md @@ -4,7 +4,7 @@ tags: [concept] --- -Eack kata has two sets of tests associated with it, used for two different purposes. +Each kata has two sets of tests associated with it, used for two different purposes. ## Sample tests and TDD