From 02695db9470d3e78c9da31202e05afd5db4cb932 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Mon, 3 Jun 2024 13:17:05 -0400 Subject: [PATCH] Re-phrase lint examples Signed-off-by: Juan Cruz Viotti --- docs/lint.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lint.markdown b/docs/lint.markdown index 5ddc0e9d..95c9ea2c 100644 --- a/docs/lint.markdown +++ b/docs/lint.markdown @@ -14,7 +14,7 @@ against various common anti-patterns and automatically fix many of them. Examples -------- -### Lint JSON Schemas in-place +### Lint multiple schemas in-place ```sh jsonschema lint path/to/my/schema_1.json path/to/my/schema_2.json