From ec13bf0a9909300e3b4e9e41d30c7662b5d9550a Mon Sep 17 00:00:00 2001 From: yui-knk Date: Sun, 9 Nov 2014 23:38:56 +0900 Subject: [PATCH] [ci skip] Fix typo in command_line.md --- 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 a536f00df9..e72bc81766 100644 --- a/guides/source/command_line.md +++ b/guides/source/command_line.md @@ -494,7 +494,7 @@ Rails comes with a test suite called Minitest. Rails owes its stability to the u ### `tmp` -The `Rails.root/tmp` directory is, like the *nix /tmp directory, the holding place for temporary files like sessions (if you're using a file store for files), process id files, and cached actions. +The `Rails.root/tmp` directory is, like the *nix /tmp directory, the holding place for temporary files like sessions (if you're using a file store for sessions), process id files, and cached actions. The `tmp:` namespaced tasks will help you clear and create the `Rails.root/tmp` directory: