@@ -313,13 +313,13 @@ Usage:
313313 The following commands are available:
314314
315315 \Bvalidate\C Validate the API Description in the specified \Ginput file\C against the OpenAPI v3.0 schema.
316- Note: the validation is performed in two steps. The results is composed of
316+ Note: the validation is performed in two steps. The results are composed of
317317 (1) structural errors found while reading the API Description file, and
318318 (2) violations of the OpenAPI v3.0 schema.
319319
320320 If no input file is specified input will be read from STDIN.
321321 The tool will try to auto-detect the content type of the input, but may fail
322- to do so, you may specify \Y--read-yaml\C or \Y--read-json\C to force the file type.
322+ to do so. You may specify \Y--read-yaml\C or \Y--read-json\C to force the file type.
323323
324324 Exits with code 2 on validation errors, 1 on other errors and 0 on success.
325325
@@ -328,10 +328,10 @@ Usage:
328328 If no input file is specified input will be read from STDIN.
329329 If no output file is specified output will be written to STDOUT.
330330 The tool will try to auto-detect the content type of the input and output file, but may fail
331- to do so, you may specify \Y--read-yaml\C or \Y--read-json\C to force the input file type.
331+ to do so. You may specify \Y--read-yaml\C or \Y--read-json\C to force the input file type.
332332 and \Y--write-yaml\C or \Y--write-json\C to force the output file type.
333333
334- By default all references are resolved (replaced with the object refered to). You can control
334+ By default all references are resolved (replaced with the object referred to). You can control
335335 handling of references with the following arguments:
336336
337337 \Y--resolve-none\C Do not resolve references.
0 commit comments