Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions overview/yaml_overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -220,8 +220,9 @@ Validate Your YAML

You can use an online YAML validator, such as the ones found here:

- `YAML Lint <http://www.yamllint.com/>`__
- `Code Beautify <http://codebeautify.org/yaml-validator>`__
- `YAML Lint <https://www.yamllint.com/>`__
- `Code Beautify <https://codebeautify.org/yaml-validator>`__
- `Yamline <https://yamline.com/validator/>`__

Conclusion
==========
Expand Down