diff --git a/book/internals.rst b/book/internals.rst index cae95a161ac..fba3d0143b5 100644 --- a/book/internals.rst +++ b/book/internals.rst @@ -208,7 +208,7 @@ each event has access to the same basic information: * :method:`Symfony\\Component\\HttpKernel\\Event\\KernelEvent::getRequestType` - returns the *type* of the request (``HttpKernelInterface::MASTER_REQUEST`` - or ``HttpKernelInterface::SUB_REQUEST``); + or ``HttpKernelInterface::SUB_REQUEST``); * :method:`Symfony\\Component\\HttpKernel\\Event\\KernelEvent::getKernel` - returns the Kernel handling the request; diff --git a/components/dependency_injection/workflow.rst b/components/dependency_injection/workflow.rst index af928355784..98b411af398 100644 --- a/components/dependency_injection/workflow.rst +++ b/components/dependency_injection/workflow.rst @@ -51,7 +51,7 @@ Bundle-level Configuration with Extensions By convention, each bundle contains an Extension class which is in the bundle's ``DependencyInjection`` directory. These are registered with the ``ContainerBuilder`` -when the kernel is booted. When the ``ContainerBuilder`` is :doc:`compiled`, +when the kernel is booted. When the ``ContainerBuilder`` is :doc:`compiled`, the application-level configuration relevant to the bundle's extension is passed to the Extension which also usually loads its own config file(s), typically from the bundle's ``Resources/config`` directory. The application-level config is usually processed