Skip to content

Commit fbfdaeb

Browse files
Update components/dependency_injection.rst
Co-authored-by: Oskar Stark <[email protected]>
1 parent 1f7b85e commit fbfdaeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dependency_injection.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ By default, an exception is throw when a service does not exist. You can overrid
182182

183183
// ...
184184

185-
// the second argument is optional and define behavior
185+
// the second argument is optional and define the behavior
186186
$newsletterManager = $containerBuilder->get('newsletter_manager', ContainerInterface::EXCEPTION_ON_INVALID_REFERENCE);
187187

188188

0 commit comments

Comments
 (0)