From 3b79b2840c9ba66e2810ef3ed662e32c180bab0e Mon Sep 17 00:00:00 2001 From: Christopher Fremond Date: Tue, 1 Oct 2024 12:02:25 +0100 Subject: [PATCH] fix(READMES): fix a typo --- subjects/AI.GO/first-wink/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/AI.GO/first-wink/README.md b/subjects/AI.GO/first-wink/README.md index 8c23afd6d..f32bfc0b7 100644 --- a/subjects/AI.GO/first-wink/README.md +++ b/subjects/AI.GO/first-wink/README.md @@ -100,7 +100,7 @@ const handleClick = (event) => { } else { /* If the eye is open: - - Add to 'button' element the text: "Click to open the left eye" + - Add to the 'button' element the text: "Click to open the left eye" - Change the 'eyeLeft' element background color to black */ }