From 811e52e8e33428039a6f1d2c3d1fbb47e65209ba Mon Sep 17 00:00:00 2001 From: Franck Ranaivo-Harisoa Date: Tue, 20 Jun 2023 09:31:28 +0200 Subject: [PATCH] Typo in yaml component "supports" instead of "sports" --- components/yaml.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/yaml.rst b/components/yaml.rst index f179d306ca1..0f4f76ef05f 100644 --- a/components/yaml.rst +++ b/components/yaml.rst @@ -41,7 +41,7 @@ compact block collections and multi-document files. Real Parser ~~~~~~~~~~~ -It sports a real parser and is able to parse a large subset of the YAML +It supports a real parser and is able to parse a large subset of the YAML specification, for all your configuration needs. It also means that the parser is pretty robust, easy to understand, and simple enough to extend.