Skip to content

Commit

Permalink
Fix up docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Jan 30, 2024
1 parent 119f1a1 commit 39eb277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/Pages/best_practices.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
...
],
</code></pre>
<p>Another very useful addition is to log 404s separately from actual (internal) errors happening using <a href="https://github.com/dereuromark/cakephp-tools/blob/master/docs/Error/ExcpetionTrap.md.md">Tools.ExcpetionTrap</a>.</p>
<p>Another very useful addition is to log 404s separately from actual (internal) errors happening using <a href="https://github.com/dereuromark/cakephp-tools/blob/master/docs/Error/ExceptionTrap.md">Tools.ExceptionTrap</a>.</p>

<h3>Use AJAX wisely</h3>
<p>
Expand Down

0 comments on commit 39eb277

Please sign in to comment.