From 2900c25b5d8a8b20b4e83204b80cc5155208c2d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Sun, 7 Oct 2012 19:53:42 +0200 Subject: [PATCH 1/4] fix minor typo --- components/dependency_injection/compilation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/dependency_injection/compilation.rst b/components/dependency_injection/compilation.rst index 1b8fe674697..893050a1155 100644 --- a/components/dependency_injection/compilation.rst +++ b/components/dependency_injection/compilation.rst @@ -287,7 +287,7 @@ will then be called when the container is compiled:: .. note:: - Compiler passes are registered differently is you are using the full + Compiler passes are registered differently if you are using the full stack framework, see :doc:`/cookbook/service_container/compiler_passes` for more details. From f9ebd2cdad1096e676bde87ef8b7b2b38e55e8db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Sun, 7 Oct 2012 20:10:00 +0200 Subject: [PATCH 2/4] added missing letter --- components/dependency_injection/compilation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/dependency_injection/compilation.rst b/components/dependency_injection/compilation.rst index 893050a1155..b4783616682 100644 --- a/components/dependency_injection/compilation.rst +++ b/components/dependency_injection/compilation.rst @@ -408,7 +408,7 @@ but getting an up to date configuration whilst developing your application:: This could be further improved by only recompiling the container in debug mode when changes have been made to its configuration rather than on every request. This can be done by caching the resource files used to configure -the container in the way describe in ":doc:`/components/config/caching`" +the container in the way described in ":doc:`/components/config/caching`" in the config component documentation. You do not need to work out which files to cache as the container builder From f99f223aee30197f7921e5deb12474708d2d1461 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Sun, 7 Oct 2012 20:31:56 +0200 Subject: [PATCH 3/4] Add missing apostrophe see http://virtuallinguist.typepad.com/the_virtual_linguist/2010/03/each-others-or-each-others.html --- components/dependency_injection/workflow.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/dependency_injection/workflow.rst b/components/dependency_injection/workflow.rst index c071c2e12b4..ca6252c6f23 100644 --- a/components/dependency_injection/workflow.rst +++ b/components/dependency_injection/workflow.rst @@ -63,7 +63,7 @@ Compiler passes to allow Interaction between Bundles :ref:`Compiler passes` are used to allow interaction between different bundles as they cannot affect -each others configuration in the extension classes. One of the main uses is +each other's configuration in the extension classes. One of the main uses is to process tagged services, allowing bundles to register services to picked up by other bundles, such as Monolog loggers, Twig extensions and Data Collectors for the Web Profiler. Compiler passes are usually placed in the bundle's From d3a157abaffdcdeb9e280c79ae4f6932a83b50f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Sun, 7 Oct 2012 20:35:24 +0200 Subject: [PATCH 4/4] Try to fix a link I'm not sure whether this is the correct syntax for a link, I inffered it from nearby links. --- components/dependency_injection/workflow.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/dependency_injection/workflow.rst b/components/dependency_injection/workflow.rst index ca6252c6f23..e8cf4d29934 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