Skip to content

Commit

Permalink
Merge pull request #36 from samdutton/patch-1
Browse files Browse the repository at this point in the history
Minor fix to wording
  • Loading branch information
housseindjirdeh committed Feb 12, 2020
2 parents e50d377 + d489b18 commit 12eff95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packs/magento.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"total_byte_weight": "Disable Magento's built-in [JavaScript bundling and minification](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/themes/js-bundling.html), and consider using [baler](https://github.com/magento/baler/).",
"render_blocking_resources": "Disable Magento's built-in [JavaScript bundling and minification](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/themes/js-bundling.html), and consider using [baler](https://github.com/magento/baler/) instead.",
"unminified_css": "Enable the \"Minify CSS Files\" option your store's Developer settings. [Learn more](https://devdocs.magento.com/guides/v2.3/performance-best-practices/configuration.html?itm_source=devdocs&itm_medium=search_page&itm_campaign=federated_search&itm_term=minify%20css%20files).",
"unminified_javascript": "Use [Terser](https://www.npmjs.com/package/terser) to minify all JavaScript assets outfrom from static content deployment, and disable the built-in minification feature.",
"unminified_javascript": "Use [Terser](https://www.npmjs.com/package/terser) to minify all JavaScript assets from static content deployment, and disable the built-in minification feature.",
"efficient_animated_content": "",
"unused_javascript": "Disable Magento's built-in [JavaScript bundling](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/themes/js-bundling.html).",
"uses_long_cache_ttl": "",
Expand Down

0 comments on commit 12eff95

Please sign in to comment.