Skip to content

Commit cebd7e6

Browse files
authored
Update json-yaml.md
Typo fix
1 parent c73f589 commit cebd7e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cheatsheet/json-yaml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Write a JSON file with:
3131

3232
Compared to JSON, YAML allows a much better human maintainability and gives ability to add comments. It is a convenient choice for configuration files where a human will have to edit.
3333

34-
There are two main libraries allowing to access to YAML files:
34+
There are two main libraries allowing access to YAML files:
3535

3636
- [PyYaml](https://pypi.python.org/pypi/PyYAML)
3737
- [Ruamel.yaml](https://pypi.python.org/pypi/ruamel.yaml)

0 commit comments

Comments
 (0)