Skip to content

Commit bd5ca26

Browse files
committed
use "full-stack" instead of "full stack"
1 parent 5b6895a commit bd5ca26

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

components/dependency_injection/compilation.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ The XML version of the config would then look like this:
207207
208208
.. note::
209209

210-
In the Symfony full stack framework there is a base Extension class which
210+
In the Symfony full-stack framework there is a base Extension class which
211211
implements these methods as well as a shortcut method for processing the
212212
configuration. See :doc:`/cookbook/bundles/extension` for more details.
213213

@@ -347,9 +347,9 @@ will then be called when the container is compiled::
347347

348348
.. note::
349349

350-
Compiler passes are registered differently if you are using the full
351-
stack framework, see :doc:`/cookbook/service_container/compiler_passes`
352-
for more details.
350+
Compiler passes are registered differently if you are using the full-stack
351+
framework, see :doc:`/cookbook/service_container/compiler_passes` for
352+
more details.
353353

354354
Controlling the Pass Ordering
355355
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -510,5 +510,5 @@ to see if the files have changed, if they have the cache will be considered stal
510510

511511
.. note::
512512

513-
In the full stack framework the compilation and caching of the container
513+
In the full-stack framework the compilation and caching of the container
514514
is taken care of for you.

components/dependency_injection/tags.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,9 @@ run when the container is compiled::
173173

174174
.. note::
175175

176-
Compiler passes are registered differently if you are using the full
177-
stack framework. See :doc:`/cookbook/service_container/compiler_passes`
178-
for more details.
176+
Compiler passes are registered differently if you are using the full-stack
177+
framework. See :doc:`/cookbook/service_container/compiler_passes` for
178+
more details.
179179

180180
Adding additional Attributes on Tags
181181
------------------------------------

components/dependency_injection/workflow.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ In the preceding pages of this section, there has been little to say about
88
where the various files and classes should be located. This is because this
99
depends on the application, library or framework in which you want to use
1010
the container. Looking at how the container is configured and built in the
11-
Symfony full stack framework will help you see how this all fits together,
12-
whether you are using the full stack framework or looking to use the service
11+
Symfony full-stack framework will help you see how this all fits together,
12+
whether you are using the full-stack framework or looking to use the service
1313
container in another application.
1414

15-
The full stack framework uses the HttpKernel component to manage the loading
15+
The full-stack framework uses the HttpKernel component to manage the loading
1616
of the service container configuration from the application and bundles and
1717
also handles the compilation and caching. Even if you are not using HttpKernel,
1818
it should give you an idea of one way of organizing configuration in a modular

cookbook/console/usage.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ How to Use the Console
55
======================
66

77
The :doc:`/components/console/usage` page of the components documentation looks
8-
at the global console options. When you use the console as part of the full
9-
stack framework, some additional global options are available as well.
8+
at the global console options. When you use the console as part of the full-stack
9+
framework, some additional global options are available as well.
1010

1111
By default, console commands run in the ``dev`` environment and you may want
1212
to change this for some commands. For example, you may want to run some commands

0 commit comments

Comments
 (0)