Skip to content

consistent spelling #4671

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 16 commits into from
May 22, 2015
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
use "full-stack" instead of "full stack"
  • Loading branch information
xabbuh committed May 1, 2015
commit bd5ca2662bca5743c6380afb230310aa995f7e05
10 changes: 5 additions & 5 deletions components/dependency_injection/compilation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ The XML version of the config would then look like this:

.. note::

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

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

.. note::

Compiler passes are registered differently if you are using the full
stack framework, see :doc:`/cookbook/service_container/compiler_passes`
for more details.
Compiler passes are registered differently if you are using the full-stack
framework, see :doc:`/cookbook/service_container/compiler_passes` for
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

uppercase the F? Framework

or should it be:
Symfony full-stack Framework and
full stack framework?

more details.

Controlling the Pass Ordering
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -510,5 +510,5 @@ to see if the files have changed, if they have the cache will be considered stal

.. note::

In the full stack framework the compilation and caching of the container
In the full-stack framework the compilation and caching of the container
is taken care of for you.
6 changes: 3 additions & 3 deletions components/dependency_injection/tags.rst
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,9 @@ run when the container is compiled::

.. note::

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

Adding additional Attributes on Tags
------------------------------------
Expand Down
6 changes: 3 additions & 3 deletions components/dependency_injection/workflow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ In the preceding pages of this section, there has been little to say about
where the various files and classes should be located. This is because this
depends on the application, library or framework in which you want to use
the container. Looking at how the container is configured and built in the
Symfony full stack framework will help you see how this all fits together,
whether you are using the full stack framework or looking to use the service
Symfony full-stack framework will help you see how this all fits together,
whether you are using the full-stack framework or looking to use the service
container in another application.

The full stack framework uses the HttpKernel component to manage the loading
The full-stack framework uses the HttpKernel component to manage the loading
of the service container configuration from the application and bundles and
also handles the compilation and caching. Even if you are not using HttpKernel,
it should give you an idea of one way of organizing configuration in a modular
Expand Down
4 changes: 2 additions & 2 deletions cookbook/console/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ How to Use the Console
======================

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

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