From fa216dddd5b5205c4c7b9e88dee5b7a97ed23338 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Mon, 7 Jan 2019 12:59:57 +0530 Subject: [PATCH] Fix typo --- lib/metadata/policies.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/metadata/policies.js b/lib/metadata/policies.js index 7d9db3d..7b07183 100644 --- a/lib/metadata/policies.js +++ b/lib/metadata/policies.js @@ -927,7 +927,7 @@ var policies = { "fileMinification": { "tool": "redownload", "label": "File minification", - "message": "

This is the weight that could be saved if all text resources were correctly minified.

The tools in use here are UglifyJS, clean-css and HTMLMinifier. These tools are so good that some of your minified files can be marked as unminified. Change your tool it this happens :)

The gains of minification are generally small, but the impact can be high when these text files are loaded on the critical path.

", + "message": "

This is the weight that could be saved if all text resources were correctly minified.

The tools in use here are UglifyJS, clean-css and HTMLMinifier. These tools are so good that some of your minified files can be marked as unminified. Change your tool if this happens :)

The gains of minification are generally small, but the impact can be high when these text files are loaded on the critical path.

", "isOkThreshold": 5125, "isBadThreshold": 61440, "isAbnormalThreshold": 122880,