Skip to content

Commit 0e08679

Browse files
committed
docs: improve text decoration
1 parent fe82ed1 commit 0e08679

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

user_guide_src/source/general/environments.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ tools loaded that you don't in production environments, etc.
1616
The ENVIRONMENT Constant
1717
========================
1818

19-
By default, CodeIgniter comes with the environment constant set to use
19+
By default, CodeIgniter comes with the ``ENVIRONMENT`` constant set to use
2020
the value provided in ``$_SERVER['CI_ENVIRONMENT']``, otherwise defaulting to
21-
'production'. This can be set in several ways depending on your server setup.
21+
``production``. This can be set in several ways depending on your server setup.
2222

2323
.. note:: The environment ``testing`` is the special one for PHPUnit testing.
2424
It has special conditions built into the framework at various places to assist with that.

0 commit comments

Comments
 (0)