From 0df55fc30aa3b76c19155b70e99e357fa25ed00e Mon Sep 17 00:00:00 2001 From: gnito-org <70450336+gnito-org@users.noreply.github.com> Date: Tue, 14 Dec 2021 12:55:12 -0400 Subject: [PATCH] Correct spelling & grammar in 4.4 components/yaml/ --- components/yaml/yaml_format.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/yaml/yaml_format.rst b/components/yaml/yaml_format.rst index 46d43a797be..d2b7e62e5d2 100644 --- a/components/yaml/yaml_format.rst +++ b/components/yaml/yaml_format.rst @@ -25,7 +25,7 @@ they can also be unquoted: A string in YAML - 'A singled-quoted string in YAML' + 'A single-quoted string in YAML' "A double-quoted string in YAML"