Skip to content

Commit f486214

Browse files
committed
Merge pull request #1162 from richardmiller/fixing_di_component_typo
Fixed typo causing `` to be visible in rendered page
2 parents 3c28360 + c1f3e75 commit f486214

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
@@ -227,7 +227,7 @@ Loading a yaml config file:
227227
$loader = new YamlFileLoader($container, new FileLocator(__DIR__));
228228
$loader->load('services.yml');
229229
230-
The ``newsletter_manager`` and `` mailer`` services can be set up using config files:
230+
The ``newsletter_manager`` and ``mailer`` services can be set up using config files:
231231

232232
.. configuration-block::
233233

0 commit comments

Comments
 (0)