diff --git a/lib/common/options.js b/lib/common/options.js index fefb78518d..a7c5a039b1 100644 --- a/lib/common/options.js +++ b/lib/common/options.js @@ -174,7 +174,7 @@ Options.from = function (_options) { // Compression middleware legacy if (options.render.gzip) { - consola.warn('render.gzip is deprecated and will be removed in a future version! Please switch to build.render.compressor') + consola.warn('render.gzip is deprecated and will be removed in a future version! Please switch to render.compressor') options.render.compressor = options.render.gzip delete options.render.gzip }