Skip to content

Commit f8b1ee1

Browse files
committed
minor #15088 Update kernel.rst (94noni)
This PR was merged into the 4.4 branch. Discussion ---------- Update kernel.rst I am unsure of this change, wdyt? <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- ce6cdbe Update kernel.rst
2 parents 2c685d7 + ce6cdbe commit f8b1ee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/configuration/kernel.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Configuring in the Kernel
55
=========================
66

77
Some configuration can be done on the kernel class itself (located by default at
8-
``src/Kernel.php``). You can do this by overriding specific methods in
8+
``src/Kernel.php``). You can do this by overriding specific methods of
99
the parent :class:`Symfony\\Component\\HttpKernel\\Kernel` class.
1010

1111
Configuration

0 commit comments

Comments
 (0)