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 ==========