Skip to content

Commit 56222f4

Browse files
committed
Update README.md
1 parent 728de07 commit 56222f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ After bundling you need to run the initial installation generator:
1616

1717
$ rails g rails_script:install
1818

19-
After the generator finishes, you will be prompted to add helper call to your application layout. The generated code is responsible for initializing and call the action specific JavaScript. This helper shouyld be called before the closing body tag.
19+
After the generator finishes, you will be prompted to add helper call to your application layout. The generated code is responsible for initializing and calling the action specific JavaScript. This helper shouyld be called before the closing body tag.
2020

2121
```
2222
<%= include_rails_script %>

0 commit comments

Comments
 (0)