Skip to content

Commit

Permalink
Spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
sergioro9 committed Mar 26, 2019
1 parent 5917e50 commit 3c7ab1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/command_line.md
Expand Up @@ -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
-------------------------------
Expand Down

0 comments on commit 3c7ab1a

Please sign in to comment.