Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Jan 18, 2024
1 parent ab2b9a9 commit b89fc3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tour.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b89fc3c

Please sign in to comment.