@@ -191,7 +191,7 @@ method of the kernel class, which you can override to return a different value::
191
191
``kernel.debug ``
192
192
----------------
193
193
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)
195
195
196
196
This parameter stores the value of the current :ref: `debug mode <debug-mode >`
197
197
used by the application.
@@ -294,8 +294,8 @@ have deleted it entirely (for example in the production servers), override the
294
294
This parameter stores the name of the current :doc: `runtime environment </components/runtime >`
295
295
used by the application.
296
296
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
299
299
the configuration options used to run the application. This allows for example
300
300
to run an application with the ``prod `` config (``kernel.environment ``) in different
301
301
scenarios like ``staging `` or ``production `` (``kernel.runtime_environment ``).
@@ -321,7 +321,7 @@ This parameter stores the value of
321
321
:ref: `the framework.trusted_hosts parameter <configuration-framework-trusted-hosts >`.
322
322
323
323
``kernel.trusted_proxies ``
324
- ------------------------
324
+ --------------------------
325
325
326
326
This parameter stores the value of
327
327
:ref: `the framework.trusted_proxies parameter <configuration-framework-trusted-proxies >`.
0 commit comments