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

Minor grammar correction

Noun 'setup' -> verb phrase 'set up'
This commit is contained in:
Alastair Hole 2019-04-10 12:25:11 +01:00 committed by GitHub
parent d846827b2a
commit 3a14d736cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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]
----