Browse Source

Fix text mistake in action-reaction

content-update
Marie Malarme 3 years ago committed by Clément
parent
commit
617a61d469
  1. 2
      subjects/action-reaction/README.md

2
subjects/action-reaction/README.md

@ -7,7 +7,7 @@ Let's put a button on the top right corner of the page, that will toggle (close
Add it in the HTML structure:
```
<button>Click me to close left eye</button>
<button>Click to close the left eye</button>
```
Add the style in the CSS file:

Loading…
Cancel
Save