aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/guide/migrating_from_2.0.asciidoc
diff options
context:
space:
mode:
authorJan Uhlig <[email protected]>2024-10-02 12:22:10 +0200
committerLoïc Hoguin <[email protected]>2024-11-12 14:56:59 +0100
commit53a8db10195f9aae640b238fa3d571bf0136a55a (patch)
tree6b2ec1f0b3275615e51ce06f5909dd234d47f5f8 /doc/src/guide/migrating_from_2.0.asciidoc
parente5649ba630c5be25a0c9c9f20c78f8f9f72e363e (diff)
downloadranch-53a8db10195f9aae640b238fa3d571bf0136a55a.tar.gz
ranch-53a8db10195f9aae640b238fa3d571bf0136a55a.tar.bz2
ranch-53a8db10195f9aae640b238fa3d571bf0136a55a.zip
Fix alarm setting typo
The setting `threshold` was misspelled as `treshold`.
Diffstat (limited to 'doc/src/guide/migrating_from_2.0.asciidoc')
-rw-r--r--doc/src/guide/migrating_from_2.0.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/guide/migrating_from_2.0.asciidoc b/doc/src/guide/migrating_from_2.0.asciidoc
index fb2c69d..498a581 100644
--- a/doc/src/guide/migrating_from_2.0.asciidoc
+++ b/doc/src/guide/migrating_from_2.0.asciidoc
@@ -18,7 +18,7 @@ for Erlang/OTP 21 has been removed.
* Alarms can now be configured. The only alarm currently
available is `num_connections`. When the number of
- connections goes over a configurable treshold Ranch
+ connections goes over a configurable threshold Ranch
will call the given callback. This can be used to
programmatically shut down idle connections to
make up space for new connections, for example.