Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 614700e

Browse filesBrowse files
committed
[#2636] Backporting syntax fix
1 parent c50146d commit 614700e
Copy full SHA for 614700e

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎cookbook/configuration/front_controllers_and_kernel.rst

Copy file name to clipboardExpand all lines: cookbook/configuration/front_controllers_and_kernel.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ and return the resulting response to the browser.
4040

4141
Because every request is routed through it, the front controller can be
4242
used to perform global initializations prior to setting up the kernel or
43-
to *`decorate`_* the kernel with additional features. Examples include:
43+
to `decorate`_ the kernel with additional features. Examples include:
4444

4545
* Configuring the autoloader or adding additional autoloading mechanisms;
4646
* Adding HTTP level caching by wrapping the kernel with an instance of

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.