aboutsummaryrefslogtreecommitdiff
path: root/src/tour.gleam
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2024-01-18 20:35:13 +0000
committerLouis Pilfold <louis@lpil.uk>2024-01-18 20:35:13 +0000
commitb89fc3c98f14dc6d36efe5c7fc8a44c9b79c1e7f (patch)
tree4033ea08555e407219df3b00a1caa93c4c8bcbd1 /src/tour.gleam
parentab2b9a982ede817362072623ff9ae2aa42e083da (diff)
downloadtour-b89fc3c98f14dc6d36efe5c7fc8a44c9b79c1e7f.tar.gz
tour-b89fc3c98f14dc6d36efe5c7fc8a44c9b79c1e7f.zip
Typo
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,