From d589089de6e310a15cfa5ef78c30954d9b5f3fb9 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Fri, 20 Mar 2020 10:57:10 +0100 Subject: [PATCH] reword yaml-lint description --- translation/lint.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/translation/lint.rst b/translation/lint.rst index bcdd42eae9b..d9129a79108 100644 --- a/translation/lint.rst +++ b/translation/lint.rst @@ -35,8 +35,8 @@ The linter results can be exported to JSON using the ``--format`` option: .. tip:: - The Yaml component provides a stand-alone ``yaml-lint`` binary to lint YAML - files without using the entire Symfony console application: + The Yaml component provides a stand-alone ``yaml-lint`` binary allowing + you to lint YAML files without having to create a console application: .. code-block:: terminal