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

fix doc typo (#1793)

This commit is contained in:
Sébastien Puyet 2019-05-06 16:26:13 +02:00 committed by Nate Berkopec
parent 675344e860
commit 73c20266fd

View file

@ -23,7 +23,7 @@ module Puma
#
# This class is used by the `Puma::Single` and `Puma::Cluster` classes
# to generate one or more `Puma::Server` instances capable of handling requests.
# Each Puma process will contain one `Puma::Server` instacne.
# Each Puma process will contain one `Puma::Server` instance.
#
# The `Puma::Server` instance pulls requests from the socket, adds them to a
# `Puma::Reactor` where they get eventually passed to a `Puma::ThreadPool`.