Skip to content

Commit 7cf7c66

Browse files
authored
Fix typo in bundles/extension.rst
1 parent 1b27167 commit 7cf7c66

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)