Revert "Improve grammar a bit"

This reverts commit 507e522e26.
This commit is contained in:
Xavier Noria 2012-10-24 22:52:59 +02:00
parent fe470411c6
commit 4fee5dfed2
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ $(document).ready ->
We call this 'unobtrusive' JavaScript because we're no longer mixing our
JavaScript into our HTML. We've properly separated our concerns, making future
changes easier. We can easily add behavior to any link by adding the data
change easy. We can easily add behavior to any link by adding the data
attribute. We can run all of our JavaScript through a minimizer and
concatenator. We can serve our entire JavaScript bundle on every page, which
means that it'll get downloaded on the first page load and then be cached on