aboutsummaryrefslogtreecommitdiff
path: root/src/tour.gleam
diff options
context:
space:
mode:
Diffstat (limited to 'src/tour.gleam')
-rw-r--r--src/tour.gleam2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tour.gleam b/src/tour.gleam
index 1bc68e4..21084e5 100644
--- a/src/tour.gleam
+++ b/src/tour.gleam
@@ -211,7 +211,7 @@ fn write_content(chapters: List(Chapter)) -> snag.Result(Nil) {
// Home page
use _ <- result.try(
write_lesson(Lesson(
- name: "Welcome the Gleam language tour! 💫",
+ name: "Welcome to the Gleam language tour! 💫",
text: home_html,
code: hello_joe,
path: path_home,