From 3c7ab1a45a3bc3e1611836e06de3503c1c9ac993 Mon Sep 17 00:00:00 2001 From: Sergio <25378688+sergioro9@users.noreply.github.com> Date: Tue, 26 Mar 2019 02:04:04 -0600 Subject: [PATCH] Spelling error --- guides/source/command_line.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -------------------------------