From 8f282206dcdd07d765553179fe31d61acfd08dda Mon Sep 17 00:00:00 2001 From: Petrik de Heus Date: Fri, 28 Feb 2020 21:52:18 +0100 Subject: [PATCH] Fix small typo in comment (#2139) --- lib/puma/configuration.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/puma/configuration.rb b/lib/puma/configuration.rb index e8e546d69c..838e61731a 100644 --- a/lib/puma/configuration.rb +++ b/lib/puma/configuration.rb @@ -106,7 +106,7 @@ def finalize_values # # It also handles loading plugins. # - # > Note: `:port` and `:host` are not valid keys. By they time they make it to the + # > Note: `:port` and `:host` are not valid keys. By the time they make it to the # configuration options they are expected to be incorporated into a `:binds` key. # Under the hood the DSL maps `port` and `host` calls to `:binds` #