Browse Source

fix(READMES): fix a typo

pull/2738/head
Christopher Fremond 3 weeks ago committed by Oumaima Fisaoui
parent
commit
3b79b2840c
  1. 2
      subjects/AI.GO/first-wink/README.md

2
subjects/AI.GO/first-wink/README.md

@ -100,7 +100,7 @@ const handleClick = (event) => {
} else { } else {
/* /*
If the eye is open: 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 - Change the 'eyeLeft' element background color to black
*/ */
} }

Loading…
Cancel
Save