diff options
author | Eileen M. Uchitelle <eileencodes@users.noreply.github.com> | 2019-01-22 11:13:37 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-22 11:13:37 -0500 |
commit | e26f0658da7ff7e9382d6040fe76c087ff1791e4 (patch) | |
tree | 1d5611d2de59b53659afcf649d546ee86ec84459 /actionmailbox | |
parent | 3f0c7c5580e67120b2a42552c3624b4e552aa721 (diff) | |
parent | 97909ddcf22671aee0f1ba26c471cc069e737e29 (diff) | |
download | rails-e26f0658da7ff7e9382d6040fe76c087ff1791e4.tar.gz rails-e26f0658da7ff7e9382d6040fe76c087ff1791e4.tar.bz2 rails-e26f0658da7ff7e9382d6040fe76c087ff1791e4.zip |
Merge pull request #34997 from alkesh26/typo-fix-webserver
Replaced webserver with web server
Diffstat (limited to 'actionmailbox')
-rw-r--r-- | actionmailbox/test/dummy/config/puma.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionmailbox/test/dummy/config/puma.rb b/actionmailbox/test/dummy/config/puma.rb index a5eccf816b..71ed69a895 100644 --- a/actionmailbox/test/dummy/config/puma.rb +++ b/actionmailbox/test/dummy/config/puma.rb @@ -16,7 +16,7 @@ port ENV.fetch("PORT") { 3000 } environment ENV.fetch("RAILS_ENV") { "development" } # Specifies the number of `workers` to boot in clustered mode. -# Workers are forked webserver processes. If using threads and workers together +# Workers are forked web server processes. If using threads and workers together # the concurrency of the application would be max `threads` * `workers`. # Workers do not work on JRuby or Windows (both of which do not support # processes). |