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:
parent
675344e860
commit
73c20266fd
1 changed files with 1 additions and 1 deletions
|
@ -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`.
|
||||
|
|
Loading…
Add table
Reference in a new issue