We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7212f94 commit 1bdd699Copy full SHA for 1bdd699
README.md
@@ -52,7 +52,7 @@ Add this to your `.pre-commit-config.yaml`
52
- `check-yaml` - Attempts to load all yaml files to verify syntax.
53
- `--allow-multiple-documents` - allow yaml files which use the
54
[multi-document syntax](http://www.yaml.org/spec/1.2/spec.html#YAML)
55
- - `--unsafe` - Instaed of loading the files, simply parse them for syntax.
+ - `--unsafe` - Instead of loading the files, simply parse them for syntax.
56
A syntax-only check enables extensions and unsafe constructs which would
57
otherwise be forbidden. Using this option removes all guarantees of
58
portability to other yaml implementations.
0 commit comments