diff --git a/content.js b/content.js
index 236952bf74ee710294c2f5563ad39f877eed73c6..0e6e69ec2ac2e6ef783e76dbd248624ef3185510 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.