8000 Reword a paragraph about service configurations · symfony/symfony-docs@aa1f56b · GitHub
[go: up one dir, main page]

Skip to content

Commit aa1f56b

Browse files
richardudovichweaverryan
authored andcommitted
Reword a paragraph about service configurations
1 parent 1306aeb commit aa1f56b

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

book/service_container.rst

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

321-
External service configuration can be imported in two different ways. The
322-
first - and most common method - is via the ``imports`` directive. Later, you'll
323-
learn about the second method, which is the flexible and preferred method
324-
for importing service configuration from third-party bundles.
321+
External service configuration can be imported in two different ways. The first
322+
method, commonly used to import container configuration from the bundles you've
323+
created - is via the ``imports`` directive. The second method, although slightly more
324+
complex offers more flexibility and is commonly used to import third-party bundle
325+
configuration. Read on to learn about both methods.
326+
327+
325328

326329
.. index::
327330
single: Service Container; Imports

0 commit comments

Comments
 (0)
0