Skip to content

Commit 771db44

Browse files
committed
Minor typos
1 parent b55d303 commit 771db44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/3.3-di-changes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ Start by updating the service ids to class names:
583583
To get rid of this, be sure that the Compiler Pass is using ``findDefinition()``
584584
instead of ``getDefinition()``. The latter won't take aliases into
585585
account when looking up for services.
586-
Furthermore it is always recommendend to check for definition existance
586+
Furthermore it is always recommended to check for definition existence
587587
using ``has()`` function.
588588

589589
But, this change will break our app! The old service ids (e.g. ``app.github_notifier``)

0 commit comments

Comments
 (0)