mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
setup.tt comment: "at anytime" -> "at any time"
https://www.grammarly.com/blog/anytime-any-time/
This commit is contained in:
parent
da5b1c3bb7
commit
63824f9ffb
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ end
|
|||
|
||||
FileUtils.chdir APP_ROOT do
|
||||
# This script is a way to set up or update your development environment automatically.
|
||||
# This script is idempotent, so that you can run it at anytime and get an expectable outcome.
|
||||
# This script is idempotent, so that you can run it at any time and get an expectable outcome.
|
||||
# Add necessary setup steps to this file.
|
||||
|
||||
puts '== Installing dependencies =='
|
||||
|
|
Loading…
Reference in a new issue