From 42df4f111a5cb49e660966784a4d860094458925 Mon Sep 17 00:00:00 2001
From: Scott Bowles
Date: Fri, 19 Jan 2024 22:38:56 -0500
Subject: Typo in hello world
Minor fix changing "use" to "using"
---
src/content/chapter0_basics/lesson01_hello_world/text.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'src')
diff --git a/src/content/chapter0_basics/lesson01_hello_world/text.html b/src/content/chapter0_basics/lesson01_hello_world/text.html
index 5142301..a7dfc25 100644
--- a/src/content/chapter0_basics/lesson01_hello_world/text.html
+++ b/src/content/chapter0_basics/lesson01_hello_world/text.html
@@ -8,7 +8,7 @@
module, which is part of the Gleam standard library.
- In a normal Gleam program this program would be run use the command
+ In a normal Gleam program this program would be run using the command
gleam run
on the command line, but here in this tour the program
is automatically compiled and run as the code is edited.
--
cgit v1.2.3