Skip to content

Commit 8ef58be

Browse files
authored
Merge pull request #936 from szepeviktor/patch-1
2 parents 2a72b3d + 268a930 commit 8ef58be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pre_commit_hooks/check_yaml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def main(argv: Sequence[str] | None = None) -> int:
4646
'--unsafe', action='store_true',
4747
help=(
4848
'Instead of loading the files, simply parse them for syntax. '
49-
'A syntax-only check enables extensions and unsafe contstructs '
49+
'A syntax-only check enables extensions and unsafe constructs '
5050
'which would otherwise be forbidden. Using this option removes '
5151
'all guarantees of portability to other yaml implementations. '
5252
'Implies --allow-multiple-documents'

0 commit comments

Comments
 (0)