summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorJonathan B <jonathan@soliddesigngroup.net>2011-10-14 11:54:16 -0300
committerJonathan B <jonathan@soliddesigngroup.net>2011-10-14 11:54:16 -0300
commit5a18d39d5f443d59cc8dfcc4624ec481dd3d6aa5 (patch)
treeaf15240a551f0ac703703398dcbb9fd70847d65f /examples
parentfabf1a8d0ba94dfa21c16cff636366356f32b085 (diff)
downloadbackbonetutorials-5a18d39d5f443d59cc8dfcc4624ec481dd3d6aa5.zip
backbonetutorials-5a18d39d5f443d59cc8dfcc4624ec481dd3d6aa5.tar.gz
backbonetutorials-5a18d39d5f443d59cc8dfcc4624ec481dd3d6aa5.tar.bz2
typos
Diffstat (limited to 'examples')
-rw-r--r--examples/modular-backbone/js/main.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/modular-backbone/js/main.js b/examples/modular-backbone/js/main.js
index 5d85c8e..8e363e0 100644
--- a/examples/modular-backbone/js/main.js
+++ b/examples/modular-backbone/js/main.js
@@ -2,7 +2,7 @@
// Filename: main.js
// Require.js allows us to configure shortcut alias
-// There usage will become more apparent futher along in the tutorial.
+// Their usage will become more apparent futher along in the tutorial.
require.config({
paths: {
jQuery: 'libs/jquery/jquery',
@@ -18,7 +18,7 @@ require([
// Load our app module and pass it to our definition function
'app',
- // Some plugins have to be loaded in order due to there non AMD compliance
+ // Some plugins have to be loaded in order due to their non AMD compliance
// Because these scripts are not "modules" they do not pass any values to the definition function below
'order!libs/jquery/jquery-min',
'order!libs/underscore/underscore-min',