Просмотр исходного кода

Fix a grammar error reported by DeadZen on IRC.

Loïc Hoguin 14 лет назад
Родитель
Сommit
44f0eecdcf
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -34,7 +34,7 @@ Getting Started
 ---------------
 
 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
 processes. It also manages all its associated request processes. This allows