summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--_site/organizing-backbone-using-modules/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_site/organizing-backbone-using-modules/index.html b/_site/organizing-backbone-using-modules/index.html
index 2dc30d0..e578138 100644
--- a/_site/organizing-backbone-using-modules/index.html
+++ b/_site/organizing-backbone-using-modules/index.html
@@ -269,7 +269,7 @@ We should setup any useful containers that might be used by our Backbone views.<
<p>Any modules we develop for our application using AMD/Require.js will be asynchronously loaded.</p>
-<p>We have a heavy dependency on jQuery, Underscore and Backbone, unfortunately this libraries are loaded synchronously and also depend on each other existing in the global namespace.</p>
+<p>We have a heavy dependency on jQuery, Underscore and Backbone. Unfortunately, these libraries are loaded synchronously and also depend on each other existing in the global namespace.</p>
<h2>A boiler plate module</h2>