diff options
Diffstat (limited to 'doc')
-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. |