0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00

Fix a grammar error reported by DeadZen on IRC.

This commit is contained in:
Loïc Hoguin 2011-04-03 15:45:35 +02:00
parent a8af32c54b
commit 44f0eecdcf

View file

@ -34,7 +34,7 @@ Getting Started
--------------- ---------------
Cowboy can be started and stopped like any other application. However, the Cowboy can be started and stopped like any other application. However, the
Cowboy application do not start any listener, those must be started manually. Cowboy application does not start any listener, those must be started manually.
A listener is a special kind of supervisor that handles a pool of acceptor A listener is a special kind of supervisor that handles a pool of acceptor
processes. It also manages all its associated request processes. This allows processes. It also manages all its associated request processes. This allows