Skip to content

Commit d0128b0

Browse files
committed
Fixed a syntax issue in custom_constraint article
1 parent 47bda31 commit d0128b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation/custom_constraint.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Constraint Validators with Dependencies
167167
If your constraint validator has dependencies, such as a database connection,
168168
it will need to be configured as a service in the Dependency Injection
169169
Container. This service must include the ``validator.constraint_validator``
170-
tag so that the validation system knows about it::
170+
tag so that the validation system knows about it:
171171

172172
.. configuration-block::
173173

0 commit comments

Comments
 (0)