aboutsummaryrefslogtreecommitdiffstats
path: root/actiontext/test
diff options
context:
space:
mode:
authorEileen M. Uchitelle <eileencodes@users.noreply.github.com>2019-01-22 11:13:37 -0500
committerGitHub <noreply@github.com>2019-01-22 11:13:37 -0500
commite26f0658da7ff7e9382d6040fe76c087ff1791e4 (patch)
tree1d5611d2de59b53659afcf649d546ee86ec84459 /actiontext/test
parent3f0c7c5580e67120b2a42552c3624b4e552aa721 (diff)
parent97909ddcf22671aee0f1ba26c471cc069e737e29 (diff)
downloadrails-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 'actiontext/test')
-rw-r--r--actiontext/test/dummy/config/puma.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actiontext/test/dummy/config/puma.rb b/actiontext/test/dummy/config/puma.rb
index a5eccf816b..71ed69a895 100644
--- a/actiontext/test/dummy/config/puma.rb
+++ b/actiontext/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).