Skip to content

Commit

Permalink
[symfony#1855] Small language tweaks to service container
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Nov 7, 2012
1 parent b50804e commit 498510a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions book/service_container.rst
Expand Up @@ -323,11 +323,10 @@ The service container is built using a single configuration resource
be imported from inside this file in one way or another. This gives you absolute
flexibility over the services in your application.

External service configuration can be imported in two different ways. First up is
the method that you'll use most commonly in your application:
the ``imports`` directive. The section after introduces the
second method, which is the flexible and preferred method for importing service
configuration from third-party bundles.
External service configuration can be imported in two different ways. The
first - and most common method - is via the ``imports`` directive. Later, you'll
learn about the second method, which is the flexible and preferred method
for importing service configuration from third-party bundles.

.. index::
single: Service Container; Imports
Expand Down

0 comments on commit 498510a

Please sign in to comment.