From e71ba8f914ca622e6ca6ca0477a70c2076156431 Mon Sep 17 00:00:00 2001 From: wonda-tea-coffee Date: Mon, 27 May 2024 18:58:28 +0900 Subject: [PATCH] Fix typo --- .../lib/rails/generators/rails/app/templates/config/puma.rb.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/railties/lib/rails/generators/rails/app/templates/config/puma.rb.tt b/railties/lib/rails/generators/rails/app/templates/config/puma.rb.tt index bac5e079234..e0364130c2e 100644 --- a/railties/lib/rails/generators/rails/app/templates/config/puma.rb.tt +++ b/railties/lib/rails/generators/rails/app/templates/config/puma.rb.tt @@ -7,7 +7,7 @@ # # The ideal number of threads per worker depends both on how much time the # application spends waiting for IO operations and on how much you wish to -# to prioritize throughput over latency. +# prioritize throughput over latency. # # As a rule of thumb, increasing the number of threads will increase how much # traffic a given process can handle (throughput), but due to CRuby's