1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Small grammar fix

[ci skip]
This commit is contained in:
Jon Moss 2017-04-16 22:25:23 -04:00
parent 908afa7d18
commit bfa1ece750

View file

@ -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