Skip to content

Commit 4c0726a

Browse files
committed
minor #14486 [DependencyInjection] Fix markup of configuration-block (derrabus)
This PR was merged into the 5.2-dev branch. Discussion ---------- [DependencyInjection] Fix markup of configuration-block Another configuration-block I've messed up. Sorry. 😓 Commits ------- 1776c69 [DependencyInjection] Fix markup of configuration-block
2 parents 5507fea + 1776c69 commit 4c0726a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/autowiring.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ you can use the ``@required`` annotation instead.
609609

610610
Despite property injection has some :ref:`drawbacks <property-injection>`,
611611
autowiring with ``#[Required]`` or ``@required`` can also be applied to public
612-
typed properties::
612+
typed properties:
613613

614614
.. configuration-block::
615615

0 commit comments

Comments
 (0)