From 6abc8684596f33eec2de26f723c7c91b8575de72 Mon Sep 17 00:00:00 2001 From: Michael H Date: Thu, 17 Dec 2015 18:48:42 -0800 Subject: [PATCH 1/2] Fixed misspelling of human in glossary.rst YAML There is a misspelling in the YAML section of the glossary.rst. | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3 --- glossary.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glossary.rst b/glossary.rst index c672e4afe32..fc4ac4950aa 100644 --- a/glossary.rst +++ b/glossary.rst @@ -121,7 +121,7 @@ Glossary YAML *YAML* is a recursive acronym for "YAML Ain't a Markup Language". It's a - lightweight, humane data serialization language used extensively in + lightweight, human data serialization language used extensively in Symfony's configuration files. See the :doc:`/components/yaml/introduction` chapter. From 68ec924621d072af6da2994c2d65512a3edeb16e Mon Sep 17 00:00:00 2001 From: Michael H Date: Sat, 19 Dec 2015 11:35:38 -0800 Subject: [PATCH 2/2] Changed "humane" to "human friendly" in glossary. I agree @WouterJ. Here are the changes for #6041 to reflect human friendly. --- glossary.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glossary.rst b/glossary.rst index fc4ac4950aa..53da796cfb2 100644 --- a/glossary.rst +++ b/glossary.rst @@ -121,7 +121,7 @@ Glossary YAML *YAML* is a recursive acronym for "YAML Ain't a Markup Language". It's a - lightweight, human data serialization language used extensively in + lightweight, human friendly data serialization language used extensively in Symfony's configuration files. See the :doc:`/components/yaml/introduction` chapter.