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

Fix typo [ci skip]

This commit is contained in:
EzraShimon 2020-05-24 19:30:33 -04:00 committed by GitHub
parent 3d1b9389a9
commit 265614f99b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ $ bin/rails generate
NOTE: To create a rails application we use the `rails` global command, the rails gem installed via `gem install rails`. When inside the directory of your application, we use the command `bin/rails` which uses the bundled rails inside this application.
You will get a list of all generators that comes with Rails. If you need a detailed description of the helper generator, for example, you can simply do:
You will get a list of all generators that come with Rails. If you need a detailed description of the helper generator, for example, you can simply do:
```bash
$ bin/rails generate helper --help