Skip to content

Commit 99ad6f2

Browse files
committed
Reword help page
1 parent 3c78441 commit 99ad6f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/client/ejs.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function chapterInteraction() {
3131
let popup = document.body.appendChild(document.createElement("div"))
3232
popup.className = "popup"
3333
popup.appendChild(document.createElement("h2")).textContent = "Instructions"
34-
popup.appendChild(document.createElement("p")).textContent = `Code on this page can be edited and run by clicking it or moving focus to it and pressing Enter. Code executed this way shares its environment with other code ran on the page, and some pre-defined code for the chapter. When inside the code editor, the following keyboard shortcuts are available.`
34+
popup.appendChild(document.createElement("p")).textContent = `Code snippets on this page can be edited and run by clicking them or moving focus to them and pressing Enter. Executed snippets share their environment with other snippets ran on the page, and some pre-defined code for the chapter. When inside the code editor, the following keyboard shortcuts are available:`
3535
for (let [key, desc] of [
3636
[modName + "Enter", "Run code"],
3737
[modName + "j", "Revert code"],

0 commit comments

Comments
 (0)