diff options
author | Robin Dupret <robin.dupret@gmail.com> | 2014-11-09 15:42:37 +0100 |
---|---|---|
committer | Robin Dupret <robin.dupret@gmail.com> | 2014-11-09 15:42:37 +0100 |
commit | 47704af54d51b240f733c596ebb39a033aa698cd (patch) | |
tree | 972e5b58257789b13c5df408752dd9c6a0121997 /guides | |
parent | 90bf1c0498ab1f359ed9112cddc8c99e1449b17a (diff) | |
parent | ec13bf0a9909300e3b4e9e41d30c7662b5d9550a (diff) | |
download | rails-47704af54d51b240f733c596ebb39a033aa698cd.tar.gz rails-47704af54d51b240f733c596ebb39a033aa698cd.tar.bz2 rails-47704af54d51b240f733c596ebb39a033aa698cd.zip |
Merge pull request #17564 from yui-knk/fix/command_line_guide
[ci skip] Fix typo in command_line.md
Diffstat (limited to 'guides')
-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: |