diff options
author | alkesh26 <alkesh26@gmail.com> | 2019-01-22 21:11:03 +0530 |
---|---|---|
committer | alkesh26 <alkesh26@gmail.com> | 2019-01-22 21:11:03 +0530 |
commit | 97909ddcf22671aee0f1ba26c471cc069e737e29 (patch) | |
tree | 5fe2e8acfbeebf7b081efee585cbbd51691814cf /actiontext/test | |
parent | 31e118c39dc50a5ffeffe2b745a26b4c56651a35 (diff) | |
download | rails-97909ddcf22671aee0f1ba26c471cc069e737e29.tar.gz rails-97909ddcf22671aee0f1ba26c471cc069e737e29.tar.bz2 rails-97909ddcf22671aee0f1ba26c471cc069e737e29.zip |
Changed webserver to web server.
Diffstat (limited to 'actiontext/test')
-rw-r--r-- | actiontext/test/dummy/config/puma.rb | 2 |
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). |