aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/guide/listeners.asciidoc
diff options
context:
space:
mode:
authorKian-Meng, Ang <[email protected]>2021-08-31 23:08:49 +0800
committerLoïc Hoguin <[email protected]>2021-09-01 15:41:25 +0200
commit527b3aba84213ef0e2e4d99da7b795e2b0b0aec7 (patch)
tree17da71876875ed37a26e33489a4e396125119f84 /doc/src/guide/listeners.asciidoc
parent581b6954d344eaca2bfcdab663019796e852c778 (diff)
downloadranch-527b3aba84213ef0e2e4d99da7b795e2b0b0aec7.tar.gz
ranch-527b3aba84213ef0e2e4d99da7b795e2b0b0aec7.tar.bz2
ranch-527b3aba84213ef0e2e4d99da7b795e2b0b0aec7.zip
Fix typos
Diffstat (limited to 'doc/src/guide/listeners.asciidoc')
-rw-r--r--doc/src/guide/listeners.asciidoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/guide/listeners.asciidoc b/doc/src/guide/listeners.asciidoc
index 3e7254d..3835c64 100644
--- a/doc/src/guide/listeners.asciidoc
+++ b/doc/src/guide/listeners.asciidoc
@@ -122,11 +122,11 @@ by calling `ranch:get_status/1` with the listener name as argument.
By default the socket will be set to return `binary` data, with the
options `{active, false}`, `{packet, raw}`, `{reuseaddr, true}` set.
-These values can't be overriden when starting the listener, but
-they can be overriden using `Transport:setopts/2` in the protocol.
+These values can't be overridden when starting the listener, but
+they can be overridden using `Transport:setopts/2` in the protocol.
It will also set `{backlog, 1024}` and `{nodelay, true}`, which
-can be overriden at listener startup.
+can be overridden at listener startup.
=== Listening on a random port