We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c50146d commit 614700eCopy full SHA for 614700e
cookbook/configuration/front_controllers_and_kernel.rst
@@ -40,7 +40,7 @@ and return the resulting response to the browser.
40
41
Because every request is routed through it, the front controller can be
42
used to perform global initializations prior to setting up the kernel or
43
-to *`decorate`_* the kernel with additional features. Examples include:
+to `decorate`_ the kernel with additional features. Examples include:
44
45
* Configuring the autoloader or adding additional autoloading mechanisms;
46
* Adding HTTP level caching by wrapping the kernel with an instance of
0 commit comments