We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7305c6 commit 35ab797Copy full SHA for 35ab797
src/03-html/03-edsls.md
@@ -58,7 +58,7 @@ There are still a few tricks we can use to make our HTML EDSL better:
58
can include unescaped special characters,
59
and throw a type error when the user tries to do something invalid.
60
61
-2. Our HTML EDSL can move to its own module so it can be reused in multiple modules
+2. Our HTML EDSL can move to its own module so it can be reused in multiple modules.
62
63
In the next few sections, we'll take a look at how to define our own types and
64
how to work with modules to make it harder to make errors, and a little bit
0 commit comments