From 9b10230f4b5c76486b201b90802fa0141e4001e3 Mon Sep 17 00:00:00 2001 From: tijwelch Date: Tue, 6 Sep 2016 06:12:18 -0500 Subject: [PATCH] Fix typo in syntax chapter --- chapters/syntax/code_reuse_on_client_and_server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/syntax/code_reuse_on_client_and_server.md b/chapters/syntax/code_reuse_on_client_and_server.md index f7a1aca..92e706b 100644 --- a/chapters/syntax/code_reuse_on_client_and_server.md +++ b/chapters/syntax/code_reuse_on_client_and_server.md @@ -57,7 +57,7 @@ undefined {% endhighlight %} -In our web page, we can include our module using by including it as a script. +In our web page, we can include our module by including it as a script. {% highlight html %}