Skip to content

Commit cc7be62

Browse files
committed
docs: improve expression
1 parent 855e8d8 commit cc7be62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/general/environments.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ By default, CodeIgniter comes with the ``ENVIRONMENT`` constant set to use
2222
the value provided in ``$_SERVER['CI_ENVIRONMENT']``, otherwise defaulting to
2323
``production``. This can be set in several ways depending on your server setup.
2424

25-
.. note:: The environment ``testing`` is the special one for PHPUnit testing.
25+
.. note:: The environment ``testing`` is reserved for PHPUnit testing.
2626
It has special conditions built into the framework at various places to assist with that.
2727
You can't use it for your development.
2828

0 commit comments

Comments
 (0)