aboutsummaryrefslogtreecommitdiff
path: root/src/content/chapter0_basics/lesson02_modules/en.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/content/chapter0_basics/lesson02_modules/en.html')
-rw-r--r--src/content/chapter0_basics/lesson02_modules/en.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/chapter0_basics/lesson02_modules/en.html b/src/content/chapter0_basics/lesson02_modules/en.html
index 7f34d0b..50862ec 100644
--- a/src/content/chapter0_basics/lesson02_modules/en.html
+++ b/src/content/chapter0_basics/lesson02_modules/en.html
@@ -12,7 +12,7 @@
</p>
<p>
All gleam code is in <i>some</i> module or other, whose name comes from the
- name of the file it's in. For example,
+ name of the file it is in. For example,
<a href="https://hexdocs.pm/gleam_stdlib/gleam/io.html" target="_blank">
<code>gleam/io</code>
</a>