From 309d8aebdfc270f4070688b605a8da73553627b9 Mon Sep 17 00:00:00 2001 From: Alexis Lefebvre Date: Sat, 6 Sep 2025 20:42:54 +0200 Subject: [PATCH] doc: remove uppercase in yaml.rst --- components/yaml.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/yaml.rst b/components/yaml.rst index 700ebd22379..200dfe225dd 100644 --- a/components/yaml.rst +++ b/components/yaml.rst @@ -3,7 +3,7 @@ The Yaml Component The Yaml component loads and dumps YAML files. -What is It? +What is it? ----------- The Symfony Yaml component parses YAML strings to convert them to PHP arrays.