From 76833d7d4ed455b8e295509533a00c9a829e4324 Mon Sep 17 00:00:00 2001 From: n0rdd3v Date: Fri, 8 Nov 2024 13:03:49 +0100 Subject: [PATCH] Fix typo and add resource / yaml_overview.rst --- overview/yaml_overview.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/overview/yaml_overview.rst b/overview/yaml_overview.rst index 6089cc3..258420c 100644 --- a/overview/yaml_overview.rst +++ b/overview/yaml_overview.rst @@ -103,7 +103,7 @@ Mappings (Hashes, Objects, Dictionaries) ======================================== Mappings (maps) are a set of key/value pairs. Each key and value is -separated be a colon (``:``). The colon must be followed by a whitespace +separated by a colon (``:``). The colon must be followed by a whitespace character (space or newline). The value can be a scalar (string/number) value, a newly indented mapping or sequence. @@ -220,8 +220,9 @@ Validate Your YAML You can use an online YAML validator, such as the ones found here: - - `YAML Lint `__ - - `Code Beautify `__ + - `YAML Lint `__ + - `Code Beautify `__ + - `Yamline `__ Conclusion ==========