0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +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 Loïc Hoguin
parent 48f417ac8f
commit bbf36a2ac0
No known key found for this signature in database
GPG key ID: 8A9DF795F6FED764

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