1
0
Fork 0
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:
Henrik Nyh 2020-06-16 16:19:27 +01:00 committed by GitHub
parent da5b1c3bb7
commit 63824f9ffb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 =='