diff options
author | Jon Moss <me@jonathanmoss.me> | 2017-05-29 19:33:44 -0400 |
---|---|---|
committer | Jon Moss <me@jonathanmoss.me> | 2017-05-29 19:33:44 -0400 |
commit | 48f2a0c566526c291e6e1dd285dd9422802c6d0b (patch) | |
tree | bcf56f3ec5ce9be7a4daac3926efddecc68e6bd3 /actionview/app/assets | |
parent | 0a9522a8b316171d083623cd9dd50f2aa21efb2c (diff) | |
download | rails-48f2a0c566526c291e6e1dd285dd9422802c6d0b.tar.gz rails-48f2a0c566526c291e6e1dd285dd9422802c6d0b.tar.bz2 rails-48f2a0c566526c291e6e1dd285dd9422802c6d0b.zip |
Grammar fixes
[ci skip]
Diffstat (limited to 'actionview/app/assets')
-rw-r--r-- | actionview/app/assets/javascripts/README.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/actionview/app/assets/javascripts/README.md b/actionview/app/assets/javascripts/README.md index 0819d5da5f..f321b9f720 100644 --- a/actionview/app/assets/javascripts/README.md +++ b/actionview/app/assets/javascripts/README.md @@ -30,7 +30,7 @@ Run `yarn add rails-ujs` to install the rails-ujs package. Usage ------------ -Require `rails-ujs` into your application.js manifest. +Require `rails-ujs` in your application.js manifest. ```javascript //= require rails-ujs @@ -39,7 +39,8 @@ Require `rails-ujs` into your application.js manifest. Usage with yarn ------------ -When using with Webpacker gem or your preferred JavaScript bundler. Just add the following to your main JS file and compile. +When using with the Webpacker gem or your preferred JavaScript bundler, just +add the following to your main JS file and compile. ```javascript import Rails from 'rails-ujs'; |