aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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