8000 Fixed Yaml syntax · symfony/symfony-docs@368576b · GitHub
[go: up one dir, main page]

Skip to content

Commit 368576b

Browse files
committed
Fixed Yaml syntax
1 parent bffb90d commit 368576b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

reference/constraints/Url.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,8 +339,7 @@ DNS check failed.
339339
AppBundle\Entity\Author:
340340
properties:
341341
bioUrl:
342-
- Url:
343-
dnsMessage: 'The host "{{ value }}" could not be resolved.'
342+
- Url: { dnsMessage: 'The host "{{ value }}" could not be resolved.' }
344343
345344
.. code-block:: xml
346345

0 commit comments

Comments
 (0)
0