summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandy Michael Ledbetter <contact@randyledbetter.com>2013-10-15 06:45:02 -0700
committerRandy Michael Ledbetter <contact@randyledbetter.com>2013-10-15 06:45:02 -0700
commit1d74f146a9dda4a870b583ff4142ddbb6006646b (patch)
tree9d5c251b97a279382a94606a8565c2acf4cd8f00
parentcf4e2aef22c92f4a7c1e1a01ed60d571a55867bd (diff)
downloadbackbonetutorials-1d74f146a9dda4a870b583ff4142ddbb6006646b.zip
backbonetutorials-1d74f146a9dda4a870b583ff4142ddbb6006646b.tar.gz
backbonetutorials-1d74f146a9dda4a870b583ff4142ddbb6006646b.tar.bz2
Minor grammatical change to text-based content.
-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>