summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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/)