summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDuilio Protti <dprotti@gmail.com>2013-12-29 00:35:35 -0300
committerDuilio Protti <dprotti@gmail.com>2013-12-29 00:35:35 -0300
commite09484adc2a977dc43a95f5e15d7e4da04072b89 (patch)
treeaf1b365614a0efe621bf79944e8162af4f6952e3
parent7cbdb511ac51f323421f84ad34e189b35d2654da (diff)
downloadbackbonetutorials-e09484adc2a977dc43a95f5e15d7e4da04072b89.zip
backbonetutorials-e09484adc2a977dc43a95f5e15d7e4da04072b89.tar.gz
backbonetutorials-e09484adc2a977dc43a95f5e15d7e4da04072b89.tar.bz2
Minor typos.
-rw-r--r--examples/modular-backbone/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/modular-backbone/README.md b/examples/modular-backbone/README.md
index 1f1c447..13c547f 100644
--- a/examples/modular-backbone/README.md
+++ b/examples/modular-backbone/README.md
@@ -6,7 +6,7 @@ authors: [Thomas Davis](https://github.com/thomasdavis), [Brandon Flowers](https
Learn how to use Backbone and Require together to create modular applications that are easy to maintain for solo and team-based projects. As you build your application, you will create many small javascript files with usually no more than 100 lines of code per file. Some developers say that each file does one thing, but we won't hold you to that but we do recommended trying to write smaller files and breaking up the tasks.
-Once you have a working applicaiton and you're read to go to production, you can apply R.js (or alternatively grunt.js ) to minify and concatenate this code base into one javascript file that you'll deploy to your website.
+Once you have a working application and you're ready to go to production, you can apply R.js (or alternatively grunt.js) to minify and concatenate this code base into one javascript file that you'll deploy to your website.
[demo](http://backbonetutorials.com/examples/modular-backbone) | [discussion](http://backbonetutorials.com/organizing-backbone-using-modules/)