File tree 2 files changed +4
-4
lines changed
components/dependency_injection
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ will then be called when the container is compiled::
287
287
288
288
.. note ::
289
289
290
- Compiler passes are registered differently is you are using the full
290
+ Compiler passes are registered differently if you are using the full
291
291
stack framework, see :doc: `/cookbook/service_container/compiler_passes `
292
292
for more details.
293
293
@@ -408,7 +408,7 @@ but getting an up to date configuration whilst developing your application::
408
408
This could be further improved by only recompiling the container in debug
409
409
mode when changes have been made to its configuration rather than on every
410
410
request. This can be done by caching the resource files used to configure
411
- the container in the way describe in ":doc: `/components/config/caching `"
411
+ the container in the way described in ":doc: `/components/config/caching `"
412
412
in the config component documentation.
413
413
414
414
You do not need to work out which files to cache as the container builder
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ Bundle-level Configuration with Extensions
51
51
52
52
By convention, each bundle contains an Extension class which is in the bundle's
53
53
``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> `,
55
55
the application-level configuration relevant to the bundle's extension is
56
56
passed to the Extension which also usually loads its own config file(s), typically from the bundle's
57
57
``Resources/config `` directory. The application-level config is usually processed
@@ -63,7 +63,7 @@ Compiler passes to allow Interaction between Bundles
63
63
64
64
:ref: `Compiler passes<components-dependency-injection-compiler-passes> ` are
65
65
used to allow interaction between different bundles as they cannot affect
66
- each others configuration in the extension classes. One of the main uses is
66
+ each other's configuration in the extension classes. One of the main uses is
67
67
to process tagged services, allowing bundles to register services to picked
68
68
up by other bundles, such as Monolog loggers, Twig extensions and Data Collectors
69
69
for the Web Profiler. Compiler passes are usually placed in the bundle's
You can’t perform that action at this time.
0 commit comments