1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Wording tweak in CHANGELOG [skip ci]

Say "also" so that it is clear that we are not defining what tmp:clear
does for people not familiar with the task.
This commit is contained in:
Xavier Noria 2021-05-29 11:57:54 +02:00
parent d29f96233d
commit d5a89c2841

View file

@ -1,4 +1,4 @@
* `bin/rails tmp:clear` deletes files and directories in `tmp/storage`.
* `bin/rails tmp:clear` deletes also files and directories in `tmp/storage`.
*George Claghorn*