aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2024-01-19 13:43:58 +0000
committerLouis Pilfold <louis@lpil.uk>2024-01-19 13:43:58 +0000
commit3908f1c57a4e531bd79d7425b4945985cd7fabea (patch)
treebef72c4df8cd9c9790667d161baa70134a39ee7a /src
parentb65c4f6d11fff63c40b450ab914b63dfffa09e17 (diff)
downloadtour-3908f1c57a4e531bd79d7425b4945985cd7fabea.tar.gz
tour-3908f1c57a4e531bd79d7425b4945985cd7fabea.zip
Wording
Diffstat (limited to 'src')
-rw-r--r--src/content/chapter0_basics/lesson01_hello_world/text.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/content/chapter0_basics/lesson01_hello_world/text.html b/src/content/chapter0_basics/lesson01_hello_world/text.html
index ec4fb10..5142301 100644
--- a/src/content/chapter0_basics/lesson01_hello_world/text.html
+++ b/src/content/chapter0_basics/lesson01_hello_world/text.html
@@ -9,8 +9,8 @@
</p>
<p>
In a normal Gleam program this program would be run use the command
- <code>gleam run</code> on the command line, but here in this tutorial the
- program is automatically compiled and run as the code is edited.
+ <code>gleam run</code> on the command line, but here in this tour the program
+ is automatically compiled and run as the code is edited.
</p>
<p>
Try changing the text being printed to <code>Hello, Mike!</code> and see what