Skip to content

Commit 12ccde6

Browse files
committed
minor #5383 Reword a paragraph about service configurations (richardudovich)
This PR was submitted for the 2.7 branch but it was merged into the 2.3 branch instead (closes #5383). Discussion ---------- Reword a paragraph about service configurations Commits ------- b63fa61 Improved wording a0f3f82 remove the two lines aa1f56b Reword a paragraph about service configurations
2 parents 1306aeb + b63fa61 commit 12ccde6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

book/service_container.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -318,10 +318,11 @@ 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 more about both methods.
325326

326327
.. index::
327328
single: Service Container; Imports

0 commit comments

Comments
 (0)