Skip to content

Commit a38f2be

Browse files
committed
minor #19840 [Bundles] Fix typo in bundles/extension.rst (ffouillet)
This PR was merged into the 6.4 branch. Discussion ---------- [Bundles] Fix typo in bundles/extension.rst Commits ------- 7cf7c66 Fix typo in bundles/extension.rst
2 parents 1b27167 + 7cf7c66 commit a38f2be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundles/extension.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ This is the traditional way of loading service definitions in bundles. For new
7575
bundles it's recommended to :ref:`load your services in the main bundle class <bundle-load-services-bundle-class>`,
7676
but the traditional way of creating an extension class still works.
7777

78-
A depdendency injection extension is defined as a class that follows these
78+
A dependency injection extension is defined as a class that follows these
7979
conventions (later you'll learn how to skip them if needed):
8080

8181
* It has to live in the ``DependencyInjection`` namespace of the bundle;

0 commit comments

Comments
 (0)