Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 1e9b4f1

Browse files
authored
Merge pull request #4830 from abrarpathan19/patch-73
Added note for developer mode
2 parents 9df9a5d + 5909c06 commit 1e9b4f1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

guides/v2.1/config-guide/bootstrap/magento-modes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ You can run Magento in any of the following *modes*:
3232
<li>Enables <a href="{{ page.baseurl }}/config-guide/cli/config-cli-subcommands-compiler.html">automatic code compilation</a></li>
3333
<li>Enables enhanced debugging</li>
3434
<li>Shows custom <code>X-Magento-*</code> HTTP request and response headers</li>
35-
<li>Results in the slowest performance (because of the preceding)</li></ul>
35+
<li>Results in the slowest performance</li>
36+
<li>Does not show errors on the frontend</li></ul>
3637
</td>
3738
</tr>
3839
<tr>

guides/v2.2/config-guide/bootstrap/magento-modes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ You can run Magento in any of the following *modes*:
3232
<li>Enables <a href="{{ page.baseurl }}/config-guide/cli/config-cli-subcommands-compiler.html">automatic code compilation</a></li>
3333
<li>Enables enhanced debugging</li>
3434
<li>Shows custom <code>X-Magento-*</code> HTTP request and response headers</li>
35-
<li>Results in the slowest performance (because of the preceding)</li></ul>
35+
<li>Results in the slowest performance</li>
36+
<li>Does not show errors on the frontend</li></ul>
3637
</td>
3738
</tr>
3839
<tr>

0 commit comments

Comments
 (0)