diff --git a/content/playground.md b/content/playground.md
index c4babf363..9f3c6a13e 100644
--- a/content/playground.md
+++ b/content/playground.md
@@ -37,7 +37,7 @@ template = "page.html"
}
// Populate the "Available commands" list from the build-generated list
if (typeof WASM_COMMANDS !== "undefined" && Array.isArray(WASM_COMMANDS)) {
- var listEl = document.getElementById("available-commands");
+ var listEl = document.getElementById("wasm-commands-list");
if (listEl) {
listEl.innerHTML = WASM_COMMANDS.slice().sort().map(function(c) {
return "" + c + "";
@@ -113,7 +113,7 @@ Multiple commands can be separated by newlines (`%0A` in the URL):
The following commands run as **real Rust coreutils compiled to WebAssembly**:
-
Loading the list of available commands…
+Loading the list of available commands…
The following are **shell builtins** implemented in JavaScript: