From affd3c6c82efa8fe40842c3560c93d08aba72ddb Mon Sep 17 00:00:00 2001 From: eslopfer Date: Mon, 29 Aug 2022 13:20:59 +0100 Subject: [PATCH] docs(keycodes-symphony): Remove the "s" from displays --- subjects/keycodes-symphony/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/keycodes-symphony/README.md b/subjects/keycodes-symphony/README.md index 62672327..73d7194d 100644 --- a/subjects/keycodes-symphony/README.md +++ b/subjects/keycodes-symphony/README.md @@ -6,7 +6,7 @@ Like an inspired Beethoven who's about to write his Moonlight Sonata, you're abo Write the function `compose`: - Make it fire every time a key is pressed. -- Create a new `div` with the class `note` when a letter of the lowercase alphabet is pressed. It should have a unique background color generated using the `key` of the `event`. It should also displays the corresponding pressed character. +- Create a new `div` with the class `note` when a letter of the lowercase alphabet is pressed. It should have a unique background color generated using the `key` of the `event`. It should also display the corresponding pressed character. - When `Backspace` is pressed, delete the last note. - When `Escape` is pressed, clear all the notes.