Skip to content

Commit 1bdd699

Browse files
authored
Fix typo
1 parent 7212f94 commit 1bdd699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Add this to your `.pre-commit-config.yaml`
5252
- `check-yaml` - Attempts to load all yaml files to verify syntax.
5353
- `--allow-multiple-documents` - allow yaml files which use the
5454
[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.
55+
- `--unsafe` - Instead of loading the files, simply parse them for syntax.
5656
A syntax-only check enables extensions and unsafe constructs which would
5757
otherwise be forbidden. Using this option removes all guarantees of
5858
portability to other yaml implementations.

0 commit comments

Comments
 (0)