aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/guide/migrating_from_2.5.asciidoc
diff options
context:
space:
mode:
authorKian-Meng, Ang <[email protected]>2021-08-29 22:32:15 +0800
committerLoïc Hoguin <[email protected]>2023-12-06 18:46:56 +0100
commitb12b4300bad166e91c894d978220a28ccfc4e2bc (patch)
tree1fea3d256d6de6495f37d741353cafb20607c813 /doc/src/guide/migrating_from_2.5.asciidoc
parenta93ac120f495d417b9dd1e1d86085bb258a7482c (diff)
downloadcowboy-b12b4300bad166e91c894d978220a28ccfc4e2bc.tar.gz
cowboy-b12b4300bad166e91c894d978220a28ccfc4e2bc.tar.bz2
cowboy-b12b4300bad166e91c894d978220a28ccfc4e2bc.zip
Fix typos in documentation
Diffstat (limited to 'doc/src/guide/migrating_from_2.5.asciidoc')
-rw-r--r--doc/src/guide/migrating_from_2.5.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/guide/migrating_from_2.5.asciidoc b/doc/src/guide/migrating_from_2.5.asciidoc
index b91b617..5196cc7 100644
--- a/doc/src/guide/migrating_from_2.5.asciidoc
+++ b/doc/src/guide/migrating_from_2.5.asciidoc
@@ -64,7 +64,7 @@ experimental.
* Add automatic handling of range requests to REST handlers
that return the callback `auto` from `ranges_accepted/2`.
Cowboy will call the configured `ProvideCallback` and
- then split the ouput automatically for the ranged response.
+ then split the output automatically for the ranged response.
* Enable range requests support in `cowboy_static`.