Skip to content

Commit 3386d30

Browse files
committed
Fixes
1 parent 7657777 commit 3386d30

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

reference/configuration/kernel.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ method of the kernel class, which you can override to return a different value::
191191
``kernel.debug``
192192
----------------
193193

194-
**type**: ``bool`` **default**: (the value is passed as an argument when booting the kernel)
194+
**type**: ``boolean`` **default**: (the value is passed as an argument when booting the kernel)
195195

196196
This parameter stores the value of the current :ref:`debug mode <debug-mode>`
197197
used by the application.
@@ -294,8 +294,8 @@ have deleted it entirely (for example in the production servers), override the
294294
This parameter stores the name of the current :doc:`runtime environment </components/runtime>`
295295
used by the application.
296296

297-
This value defines defines the place where the application is deployed, whereas
298-
the :ref:`kernel.environment <configuration-kernel-environment>` option defines
297+
This value defines the place where the application is deployed, whereas the
298+
:ref:`kernel.environment <configuration-kernel-environment>` option defines
299299
the configuration options used to run the application. This allows for example
300300
to run an application with the ``prod`` config (``kernel.environment``) in different
301301
scenarios like ``staging`` or ``production`` (``kernel.runtime_environment``).
@@ -321,7 +321,7 @@ This parameter stores the value of
321321
:ref:`the framework.trusted_hosts parameter <configuration-framework-trusted-hosts>`.
322322

323323
``kernel.trusted_proxies``
324-
------------------------
324+
--------------------------
325325

326326
This parameter stores the value of
327327
:ref:`the framework.trusted_proxies parameter <configuration-framework-trusted-proxies>`.

0 commit comments

Comments
 (0)