Skip to content

Commit 58d6826

Browse files
committed
use "full-stack" instead of "full stack"
1 parent ad09f4c commit 58d6826

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

components/dependency_injection/compilation.rst

Lines changed: 2 additions & 2 deletions
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

@@ -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/workflow.rst

Lines changed: 3 additions & 3 deletions
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

0 commit comments

Comments
 (0)