diff --git a/guides/v2.1/config-guide/bootstrap/magento-modes.md b/guides/v2.1/config-guide/bootstrap/magento-modes.md index 4a617d7b29f..6582bd9a28e 100644 --- a/guides/v2.1/config-guide/bootstrap/magento-modes.md +++ b/guides/v2.1/config-guide/bootstrap/magento-modes.md @@ -32,7 +32,8 @@ You can run Magento in any of the following *modes*:
  • Enables automatic code compilation
  • Enables enhanced debugging
  • Shows custom X-Magento-* HTTP request and response headers
  • -
  • Results in the slowest performance (because of the preceding)
  • +
  • Results in the slowest performance
  • +
  • Does not show errors on the frontend
  • diff --git a/guides/v2.2/config-guide/bootstrap/magento-modes.md b/guides/v2.2/config-guide/bootstrap/magento-modes.md index d45933bd0f6..c3256e61501 100644 --- a/guides/v2.2/config-guide/bootstrap/magento-modes.md +++ b/guides/v2.2/config-guide/bootstrap/magento-modes.md @@ -32,7 +32,8 @@ You can run Magento in any of the following *modes*:
  • Enables automatic code compilation
  • Enables enhanced debugging
  • Shows custom X-Magento-* HTTP request and response headers
  • -
  • Results in the slowest performance (because of the preceding)
  • +
  • Results in the slowest performance
  • +
  • Does not show errors on the frontend