From 4864102b0997c2f4e7dc2f0a8892c0c7b51537e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20Aagaard=20Sch=C3=BCtt?= <36697282+bluesheep100@users.noreply.github.com> Date: Fri, 20 Sep 2024 09:07:59 +0200 Subject: [PATCH] Fix minor typo --- team-management.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/team-management.md b/team-management.md index af83676..19870c7 100644 --- a/team-management.md +++ b/team-management.md @@ -101,7 +101,7 @@ it('has a contact page', function () { NOTE); ``` -The notes will be displayed bellow the todo in the test results. +The notes will be displayed below the todo in the test results. ## Marking Todos as Work in Progress