We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2112eb7 commit 5db07d8Copy full SHA for 5db07d8
src/script.js
@@ -20,7 +20,7 @@ window.onload = () => {
20
element.tabIndex = '1';
21
leftBox.className = "left-box";
22
rightBox.className = "right-box";
23
- leftBox.innerHTML = "<p>Press start.</p><p>Type:</p>'F' = forward</p><p>'T' = turn</p><p>(left)</p><div class='okay'>OK</div>";
+ leftBox.innerHTML = "<p>Press start.</p><p>Type:</p>'F' = forward</p><p>'T' = turn</p><p>(clockwise)</p><div class='okay'>OK</div>";
24
rightBox.innerHTML = "<p>Click the</p><p>check button</p><p>to run</p><p>your</p><p>commands.</p><div class='okay'>OK</div>";
25
26
playground.append(leftBox, element, rightBox);
0 commit comments