Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Feb 20, 2024
1 parent 9f513ae commit eb03676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_guide_src/source/testing/debugging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ See :ref:`Database Events <database-events-dbquery>` for details.
Replacing var_dump()
********************

While using XDebug and a good IDE can be indispensable to debug your application,
While using Xdebug and a good IDE can be indispensable to debug your application,
sometimes a quick ``var_dump()`` is all you need. CodeIgniter makes that even
better by bundling in the excellent `Kint <https://kint-php.github.io/kint/>`_
debugging tool for PHP.
Expand Down

0 comments on commit eb03676

Please sign in to comment.