1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Fix small typo in comment (#2139)

This commit is contained in:
Petrik de Heus 2020-02-28 21:52:18 +01:00 committed by GitHub
parent fa80c79032
commit 8f282206dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -106,7 +106,7 @@ module Puma
#
# 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`
#