Skip to content

Commit dfe4ad4

Browse files
authored
docs: small improvement in debugging
1 parent f3424a5 commit dfe4ad4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

user_guide_src/source/testing/debugging.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ and much, much more.
1919
Enabling Kint
2020
=============
2121

22-
By default, Kint is enabled in **development** and **testing** environments only. This can be altered by modifying
22+
By default, Kint is enabled in **development** and **testing** :doc:`environments </general/environments>` only. This can be altered by modifying
2323
the ``$useKint`` value in the environment configuration section of the main **index.php** file::
2424

2525
$useKint = true;
@@ -59,7 +59,7 @@ to help you debug and optimize.
5959
Enabling the Toolbar
6060
====================
6161

62-
The toolbar is enabled by default in any environment *except* production. It will be shown whenever the
62+
The toolbar is enabled by default in any :doc:`environment </general/environments>` *except* **production**. It will be shown whenever the
6363
constant CI_DEBUG is defined and its value is truthy. This is defined in the boot files (e.g.
6464
**app/Config/Boot/development.php**) and can be modified there to determine what environment to show.
6565

0 commit comments

Comments
 (0)