Skip to content

Commit 498510a

Browse files
committed
[symfony#1855] Small language tweaks to service container
1 parent b50804e commit 498510a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

book/service_container.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -323,11 +323,10 @@ The service container is built using a single configuration resource
323323
be imported from inside this file in one way or another. This gives you absolute
324324
flexibility over the services in your application.
325325

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

332331
.. index::
333332
single: Service Container; Imports

0 commit comments

Comments
 (0)