Skip to content

Commit af46f19

Browse files
committed
[Yaml] Minor fix when using the format option in the lint command
1 parent ccaa7f8 commit af46f19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/yaml.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ Add the ``--format`` option to get the output in JSON format:
436436

437437
.. code-block:: terminal
438438
439-
$ php lint.php path/to/file.yaml --format json
439+
$ php lint.php path/to/file.yaml --format=json
440440
441441
.. tip::
442442

0 commit comments

Comments
 (0)