Browse Source

Fix the name of an option in the migration guide

Loïc Hoguin 7 years ago
parent
commit
0001956d3b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/src/guide/migrating_from_1.0.asciidoc

+ 1 - 1
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.
   than for the entire listener.
 
 
 * Websocket permessage-deflate compression is now supported
 * 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
 * Static file handlers will now correctly find files found
   in '.ez' archives.
   in '.ez' archives.