diff options
author | Alastair Hole <[email protected]> | 2019-04-10 12:25:11 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2019-09-05 17:15:13 +0200 |
commit | bbf36a2ac031ff4f45df400aa27d4516a6f54c5b (patch) | |
tree | cd481bb83056406b329f10f8f503f91feb19c5b5 /doc/src | |
parent | 48f417ac8f3d00039e2dc674e312d982336dcfea (diff) | |
download | cowboy-bbf36a2ac031ff4f45df400aa27d4516a6f54c5b.tar.gz cowboy-bbf36a2ac031ff4f45df400aa27d4516a6f54c5b.tar.bz2 cowboy-bbf36a2ac031ff4f45df400aa27d4516a6f54c5b.zip |
Minor grammar correction
Noun 'setup' -> verb phrase 'set up'
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/guide/listeners.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/guide/listeners.asciidoc b/doc/src/guide/listeners.asciidoc index 10ac4aa..7701923 100644 --- a/doc/src/guide/listeners.asciidoc +++ b/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] ---- |