mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #17564 from yui-knk/fix/command_line_guide
[ci skip] Fix typo in command_line.md
This commit is contained in:
commit
47704af54d
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue