aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-07-18 09:26:24 +0200
committerLoïc Hoguin <[email protected]>2019-07-18 09:26:24 +0200
commitd017c0f5860bc1a5c775c9a61db407e29c575f80 (patch)
tree37a10285a74e72f723e88775d478203473d67aca
parentd0e8ae7c51b454e20e96f01fe829afdfb10715d5 (diff)
downloadranch-d017c0f5860bc1a5c775c9a61db407e29c575f80.tar.gz
ranch-d017c0f5860bc1a5c775c9a61db407e29c575f80.tar.bz2
ranch-d017c0f5860bc1a5c775c9a61db407e29c575f80.zip
Tweak the migration guide
-rw-r--r--doc/src/guide/migrating_from_1.7.asciidoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/guide/migrating_from_1.7.asciidoc b/doc/src/guide/migrating_from_1.7.asciidoc
index 3724246..f63c346 100644
--- a/doc/src/guide/migrating_from_1.7.asciidoc
+++ b/doc/src/guide/migrating_from_1.7.asciidoc
@@ -23,7 +23,7 @@ for Erlang/OTP 19 and 20 has been removed.
=== Features added
-* The `num_conns_sup` option has been added. It allows
+* The `num_conns_sups` option has been added. It allows
configuring the number of connection supervisors. It
now defaults to `num_accceptors`. The old behavior can
be obtained by setting this value to 1.
@@ -73,7 +73,7 @@ for Erlang/OTP 19 and 20 has been removed.
=== Changed functions
-* The `NumAcceptors` argument was removed from `ranch:start_listener/5``
+* The `NumAcceptors` argument was removed from `ranch:start_listener/5`
and `ranch:child_spec/5` and moved to the transport options.
* Ranch options can no longer be passed along with socket options