diff options
author | yui-knk <spiketeika@gmail.com> | 2014-11-09 23:38:56 +0900 |
---|---|---|
committer | yui-knk <spiketeika@gmail.com> | 2014-11-09 23:38:56 +0900 |
commit | ec13bf0a9909300e3b4e9e41d30c7662b5d9550a (patch) | |
tree | 972e5b58257789b13c5df408752dd9c6a0121997 | |
parent | 90bf1c0498ab1f359ed9112cddc8c99e1449b17a (diff) | |
download | rails-ec13bf0a9909300e3b4e9e41d30c7662b5d9550a.tar.gz rails-ec13bf0a9909300e3b4e9e41d30c7662b5d9550a.tar.bz2 rails-ec13bf0a9909300e3b4e9e41d30c7662b5d9550a.zip |
[ci skip] Fix typo in command_line.md
-rw-r--r-- | guides/source/command_line.md | 2 |
1 files changed, 1 insertions, 1 deletions
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: |