Browse Source

Minor grammar correction

Noun 'setup' -> verb phrase 'set up'
Alastair Hole 6 years ago
parent
commit
bbf36a2ac0
1 changed files with 1 additions and 1 deletions
  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
 to security. For example some TLS extensions or ciphers
 may be disabled. This also applies to HTTP/1.1 connections
 may be disabled. This also applies to HTTP/1.1 connections
 on this listener. If this is not desirable, Ranch can be
 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]
 [source,erlang]
 ----
 ----