aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/working_with_javascript_in_rails.md
diff options
context:
space:
mode:
authorJon Moss <me@jonathanmoss.me>2017-04-16 22:25:23 -0400
committerJon Moss <me@jonathanmoss.me>2017-04-16 22:25:23 -0400
commitbfa1ece75061e04d7abb79bbdd2a7581b7ce2b94 (patch)
treef25210ecf4489d9e998fa3fc07fcd91e36c8003c /guides/source/working_with_javascript_in_rails.md
parent908afa7d18fe54c7b7b6d4fcd48eaeb29362a432 (diff)
downloadrails-bfa1ece75061e04d7abb79bbdd2a7581b7ce2b94.tar.gz
rails-bfa1ece75061e04d7abb79bbdd2a7581b7ce2b94.tar.bz2
rails-bfa1ece75061e04d7abb79bbdd2a7581b7ce2b94.zip
Small grammar fix
[ci skip]
Diffstat (limited to 'guides/source/working_with_javascript_in_rails.md')
-rw-r--r--guides/source/working_with_javascript_in_rails.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/working_with_javascript_in_rails.md b/guides/source/working_with_javascript_in_rails.md
index dacd7b71e8..2a6a87c232 100644
--- a/guides/source/working_with_javascript_in_rails.md
+++ b/guides/source/working_with_javascript_in_rails.md
@@ -385,7 +385,7 @@ $(document).ready ->
```
However, because Turbolinks overrides the normal page loading process, the
-event that this relies on will not be fired. If you have code that looks like
+event that this relies upon will not be fired. If you have code that looks like
this, you must change your code to do this instead:
```coffeescript