aboutsummaryrefslogtreecommitdiff
path: root/lessons/src/lesson000_hello_world
diff options
context:
space:
mode:
Diffstat (limited to 'lessons/src/lesson000_hello_world')
-rw-r--r--lessons/src/lesson000_hello_world/text.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/lessons/src/lesson000_hello_world/text.html b/lessons/src/lesson000_hello_world/text.html
index 46e3fc2..cb41be9 100644
--- a/lessons/src/lesson000_hello_world/text.html
+++ b/lessons/src/lesson000_hello_world/text.html
@@ -10,8 +10,8 @@
<p>
The tour is interactive! The code shown is editable and will be compiled and
evaluated as you type. Anything you print using <code>io.println</code> or
- <code>io.debug</code> will be shown in the lower right, along with any compile
- errors and warnings. To evaluate Gleam code the tour compiles Gleam to
+ <code>io.debug</code> will be shown in the bottom section, along with any
+ compile errors and warnings. To evaluate Gleam code the tour compiles Gleam to
JavaScript and runs it, all entirely within your browser window.
</p>
<p>