aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/working_with_javascript.md
diff options
context:
space:
mode:
authorAgis Anastasopoulos <corestudiosinc@gmail.com>2012-10-21 17:19:06 +0300
committerAgis Anastasopoulos <corestudiosinc@gmail.com>2012-10-21 17:19:06 +0300
commit507e522e26b4073455b2337bcf1670e52bba5429 (patch)
tree8be079f14515872445bc1de51d755ef42b248f73 /guides/source/working_with_javascript.md
parent1332cf53af981d0a7a6f801edd9632eb5c118a3f (diff)
downloadrails-507e522e26b4073455b2337bcf1670e52bba5429.tar.gz
rails-507e522e26b4073455b2337bcf1670e52bba5429.tar.bz2
rails-507e522e26b4073455b2337bcf1670e52bba5429.zip
Improve grammar a bit
Diffstat (limited to 'guides/source/working_with_javascript.md')
-rw-r--r--guides/source/working_with_javascript.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/working_with_javascript.md b/guides/source/working_with_javascript.md
index ece3b7647c..7ec489f23a 100644
--- a/guides/source/working_with_javascript.md
+++ b/guides/source/working_with_javascript.md
@@ -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
-change easy. We can easily add behavior to any link by adding the data
+changes easier. 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