From 8a00e97c63b4acf3f2465181c3f985dcf0af64de Mon Sep 17 00:00:00 2001 From: Mariani Giacomo <mariang1@t31300-lr138.org.aalto.fi> Date: Fri, 27 Mar 2020 10:02:27 +0200 Subject: [PATCH] minor changes to exercise text --- content.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content.js b/content.js index 236952b..0e6e69e 100644 --- a/content.js +++ b/content.js @@ -510,7 +510,7 @@ let Content = { <pre><code> let pianoDiv = /* Get the div with id="piano-keyboard" * let keys = /* Get the child nodes of pianoDiv */ - /* Modify the innerText of each element in the list by adding the correct note */ + /* Modify the innerText of each element in the list by setting the correct note */ console.log(keys); </code></pre> If your code is correct, the notes will appear in the keys. -- GitLab