aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/command_line.md
diff options
context:
space:
mode:
authorSergio <25378688+sergioro9@users.noreply.github.com>2019-03-26 02:04:04 -0600
committerGitHub <noreply@github.com>2019-03-26 02:04:04 -0600
commit3c7ab1a45a3bc3e1611836e06de3503c1c9ac993 (patch)
tree33786d77aa6c682aad076cee6d9bb7e865fea310 /guides/source/command_line.md
parent5917e50382b05913e695c414fb0139d43a7d6d16 (diff)
downloadrails-3c7ab1a45a3bc3e1611836e06de3503c1c9ac993.tar.gz
rails-3c7ab1a45a3bc3e1611836e06de3503c1c9ac993.tar.bz2
rails-3c7ab1a45a3bc3e1611836e06de3503c1c9ac993.zip
Spelling error
Diffstat (limited to 'guides/source/command_line.md')
-rw-r--r--guides/source/command_line.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/command_line.md b/guides/source/command_line.md
index 04c8352b90..ddb30a3aec 100644
--- a/guides/source/command_line.md
+++ b/guides/source/command_line.md
@@ -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
-------------------------------