Skip to content

Commit 59381a1

Browse files
committed
Merge pull request symfony#1891 from WouterJ/fix_build_errors
Fix build errors
2 parents d9e4377 + 7472215 commit 59381a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

book/internals.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ each event has access to the same basic information:
208208

209209
* :method:`Symfony\\Component\\HttpKernel\\Event\\KernelEvent::getRequestType`
210210
- returns the *type* of the request (``HttpKernelInterface::MASTER_REQUEST``
211-
or ``HttpKernelInterface::SUB_REQUEST``);
211+
or ``HttpKernelInterface::SUB_REQUEST``);
212212

213213
* :method:`Symfony\\Component\\HttpKernel\\Event\\KernelEvent::getKernel`
214214
- returns the Kernel handling the request;

components/dependency_injection/workflow.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Bundle-level Configuration with Extensions
5151

5252
By convention, each bundle contains an Extension class which is in the bundle's
5353
``DependencyInjection`` directory. These are registered with the ``ContainerBuilder``
54-
when the kernel is booted. When the ``ContainerBuilder`` is :doc:`compiled</components/dependency-injection/compilation>`,
54+
when the kernel is booted. When the ``ContainerBuilder`` is :doc:`compiled</components/dependency_injection/compilation>`,
5555
the application-level configuration relevant to the bundle's extension is
5656
passed to the Extension which also usually loads its own config file(s), typically from the bundle's
5757
``Resources/config`` directory. The application-level config is usually processed

0 commit comments

Comments
 (0)