diff --git a/demos/interpreter/async-execution.html b/demos/interpreter/async-execution.html index 70f2492d2..9b3fa61e3 100644 --- a/demos/interpreter/async-execution.html +++ b/demos/interpreter/async-execution.html @@ -2,7 +2,7 @@ - Blockly Demo: Asynchronous Execution with JS Interpreter + Blockly Demo: Asynchronous Execution with JS-Interpreter @@ -22,11 +22,11 @@

Blockly > - Demos > Asynchronous Execution with JS Interpreter

+ Demos > Asynchronous Execution with JS-Interpreter

This is a demo of executing code asynchronously (e.g., waiting for delays or user input) using the JavaScript interpreter.

-

More info on running code with JS Interpreter

+

More info on running code with JS-Interpreter

diff --git a/demos/interpreter/step-execution.html b/demos/interpreter/step-execution.html index 165acc471..85c397cfe 100644 --- a/demos/interpreter/step-execution.html +++ b/demos/interpreter/step-execution.html @@ -2,7 +2,7 @@ - Blockly Demo: Step Execution with JS Interpreter + Blockly Demo: Step Execution with JS-Interpreter @@ -21,7 +21,7 @@

Blockly > - Demos > Step Execution with JS Interpreter

+ Demos > Step Execution with JS-Interpreter

This is a demo of executing code step-by-step with a sandboxed JavaScript interpreter.

@@ -32,7 +32,7 @@

Each press of the "Step JavaScript" button will run the interpreter one step until the highlightPause is true. That is, until highlightBlock() has highlighted the block that will be executed on the next step.

-

More info on running code with JS Interpreter

+

More info on running code with JS-Interpreter