From 1bdd699a79602760b48e191643a2050a98b35113 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Mon, 19 Mar 2018 10:13:18 -0700 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41e9103..d650c17 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Add this to your `.pre-commit-config.yaml` - `check-yaml` - Attempts to load all yaml files to verify syntax. - `--allow-multiple-documents` - allow yaml files which use the [multi-document syntax](http://www.yaml.org/spec/1.2/spec.html#YAML) - - `--unsafe` - Instaed of loading the files, simply parse them for syntax. + - `--unsafe` - Instead of loading the files, simply parse them for syntax. A syntax-only check enables extensions and unsafe constructs which would otherwise be forbidden. Using this option removes all guarantees of portability to other yaml implementations.