summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Davis <thomasalwyndavis@gmail.com>2011-12-06 17:00:07 -0800
committerThomas Davis <thomasalwyndavis@gmail.com>2011-12-06 17:00:07 -0800
commita6e89a608ee360161be96cc6ad3e13ef672c0e76 (patch)
tree816458137e7785eac448a7ef641f26c9fb711419
parent9a6d6d8cb73ad064b76e6a482e0aa035a8182913 (diff)
parent63956baaaf117879486766bbcb82c553bbdc602a (diff)
downloadbackbonetutorials-a6e89a608ee360161be96cc6ad3e13ef672c0e76.zip
backbonetutorials-a6e89a608ee360161be96cc6ad3e13ef672c0e76.tar.gz
backbonetutorials-a6e89a608ee360161be96cc6ad3e13ef672c0e76.tar.bz2
Merge pull request #28 from bwalding/gh-pages
documentation typo
-rw-r--r--_posts/2011-10-10-organizing-backbone-using-modules.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2011-10-10-organizing-backbone-using-modules.textile b/_posts/2011-10-10-organizing-backbone-using-modules.textile
index 2094eb0..af2afb8 100644
--- a/_posts/2011-10-10-organizing-backbone-using-modules.textile
+++ b/_posts/2011-10-10-organizing-backbone-using-modules.textile
@@ -7,7 +7,7 @@ posturl: http://backbonetutorials.com/organizing-backbone-using-modules
h2. Organizing your application using Modules (require.js)
-p. Unfortunatly Backbone.js does not tell you how to organize your code leaving many developers in the dark regarding how to load scripts and lay out their development enviroments.
+p. Unfortunately Backbone.js does not tell you how to organize your code, leaving many developers in the dark regarding how to load scripts and lay out their development enviroments.
This was quite a different decision to other Javascript MVC frameworks who were more in favor of setting a development philosophy.