Skip to content

Commit 35ab797

Browse files
authored
Update 03-edsls.md (#82)
1 parent f7305c6 commit 35ab797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/03-html/03-edsls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ There are still a few tricks we can use to make our HTML EDSL better:
5858
can include unescaped special characters,
5959
and throw a type error when the user tries to do something invalid.
6060

61-
2. Our HTML EDSL can move to its own module so it can be reused in multiple modules
61+
2. Our HTML EDSL can move to its own module so it can be reused in multiple modules.
6262

6363
In the next few sections, we'll take a look at how to define our own types and
6464
how to work with modules to make it harder to make errors, and a little bit

0 commit comments

Comments
 (0)