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

Minor grammar correction

Noun 'setup' -> verb phrase 'set up'
Alastair Hole 6 лет назад
Родитель
Сommit
bbf36a2ac0
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      doc/src/guide/listeners.asciidoc

+ 1 - 1
doc/src/guide/listeners.asciidoc

@@ -67,7 +67,7 @@ options given are following the HTTP/2 RFC with regards
 to security. For example some TLS extensions or ciphers
 may be disabled. This also applies to HTTP/1.1 connections
 on this listener. If this is not desirable, Ranch can be
-used directly to setup a custom listener.
+used directly to set up a custom listener.
 
 [source,erlang]
 ----