From fdc5182939d20ebd5893b75b86729af2d8e645ef Mon Sep 17 00:00:00 2001 From: Adebiyi Itunuayo <44436048+FFFF-0000h@users.noreply.github.com> Date: Sat, 4 Oct 2025 15:04:44 +0100 Subject: [PATCH] Update introduction.md --- .../concept/coordinate-transformation/.docs/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/concept/coordinate-transformation/.docs/introduction.md b/exercises/concept/coordinate-transformation/.docs/introduction.md index d443933587..50865ade37 100644 --- a/exercises/concept/coordinate-transformation/.docs/introduction.md +++ b/exercises/concept/coordinate-transformation/.docs/introduction.md @@ -105,7 +105,7 @@ const mySecondCounter = makeCounter(); mySecondCounter(); // => 1 -// It is not affect the first counter. +// It does not affect the first counter. myFirstCounter(); // => 3