Skip to content

Commit 8073239

Browse files
committed
minor #4318 [Cookbook][Bundles] Correct a typo: remove unnecessary "the" word (fabschurt)
This PR was merged into the 2.3 branch. Discussion ---------- [Cookbook][Bundles] Correct a typo: remove unnecessary "the" word | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3+ | Fixed tickets | n/a Commits ------- 0d8e3c2 Correct a typo: remove unnecessary "the" word.
2 parents 34e22d6 + 0d8e3c2 commit 8073239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cookbook/bundles/extension.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ container, to ensure all services and parameters are also added to the actual
8484
container.
8585

8686
In the ``load()`` method, you can use PHP code to register service definitions,
87-
but it is more common if you put the these definitions in a configuration file
87+
but it is more common if you put these definitions in a configuration file
8888
(using the Yaml, XML or PHP format). Luckily, you can use the file loaders in
8989
the extension!
9090

0 commit comments

Comments
 (0)