diff options
author | Loïc Hoguin <[email protected]> | 2017-07-19 19:10:21 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2017-07-19 19:10:21 +0200 |
commit | 0001956d3b16dad8eda360316284151cf0916f2d (patch) | |
tree | f1f66e7e45b5d571c85a4793d17a5cc932013fcd /doc/src/guide/migrating_from_1.0.asciidoc | |
parent | 381a193626a94430add700a108e7d9b6fa5babec (diff) | |
download | cowboy-0001956d3b16dad8eda360316284151cf0916f2d.tar.gz cowboy-0001956d3b16dad8eda360316284151cf0916f2d.tar.bz2 cowboy-0001956d3b16dad8eda360316284151cf0916f2d.zip |
Fix the name of an option in the migration guide
Diffstat (limited to 'doc/src/guide/migrating_from_1.0.asciidoc')
-rw-r--r-- | doc/src/guide/migrating_from_1.0.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/guide/migrating_from_1.0.asciidoc b/doc/src/guide/migrating_from_1.0.asciidoc index e966378..14be1fc 100644 --- a/doc/src/guide/migrating_from_1.0.asciidoc +++ b/doc/src/guide/migrating_from_1.0.asciidoc @@ -54,7 +54,7 @@ Cowboy 2.0 now comes with Erlang.mk templates. than for the entire listener. * Websocket permessage-deflate compression is now supported - via the `websocket_compress` option. + via the `compress` option. * Static file handlers will now correctly find files found in '.ez' archives. |