Merge pull request #35756 from sergioro9/patch-1

Grammar error
This commit is contained in:
Xavier Noria 2019-03-26 09:49:13 +01:00 committed by GitHub
commit 08a435fa8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -606,7 +606,7 @@ $ rails "task_name[value 1]" # entire argument string should be quoted
$ rails db:nothing
```
NOTE: If your need to interact with your application models, perform database queries, and so on, your task should depend on the `environment` task, which will load your application code.
NOTE: If you need to interact with your application models, perform database queries, and so on, your task should depend on the `environment` task, which will load your application code.
The Rails Advanced Command Line
-------------------------------