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:
parent
3d1b9389a9
commit
265614f99b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue