Skip to content

Commit 7240d4b

Browse files
committed
docs: change text decoration
1 parent 6526113 commit 7240d4b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

user_guide_src/source/general/environments.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The simplest method to set the variable is in your :doc:`.env file </general/con
4848
Apache
4949
------
5050

51-
This server variable can be set in your ``.htaccess`` file or Apache
51+
This server variable can be set in your **.htaccess** file or Apache
5252
config using `SetEnv <https://httpd.apache.org/docs/2.2/mod/mod_env.html#setenv>`_.
5353

5454
.. code-block:: apache
@@ -62,7 +62,7 @@ nginx
6262
-----
6363

6464
Under nginx, you must pass the environment variable through the ``fastcgi_params``
65-
in order for it to show up under the `$_SERVER` variable. This allows it to work on the
65+
in order for it to show up under the ``$_SERVER`` variable. This allows it to work on the
6666
virtual-host level, instead of using `env` to set it for the entire server, though that
6767
would work fine on a dedicated server. You would then modify your server config to something
6868
like:
@@ -105,14 +105,14 @@ a fresh install:
105105
Effects On Default Framework Behavior
106106
=====================================
107107

108-
There are some places in the CodeIgniter system where the ENVIRONMENT
108+
There are some places in the CodeIgniter system where the ``ENVIRONMENT``
109109
constant is used. This section describes how default framework behavior
110110
is affected.
111111

112112
Error Reporting
113113
---------------
114114

115-
Setting the ENVIRONMENT constant to a value of ``development`` will cause
115+
Setting the ``ENVIRONMENT`` constant to a value of ``development`` will cause
116116
all PHP errors to be rendered to the browser when they occur.
117117
Conversely, setting the constant to ``production`` will disable all error
118118
output. Disabling error reporting in production is a

0 commit comments

Comments
 (0)