We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cca758 commit d1d47a0Copy full SHA for d1d47a0
packages/openapi-parser/src/v3.ts
@@ -12,7 +12,7 @@ export async function parseOpenAPIV3(input: ParseOpenAPIInput): Promise<ParseOpe
12
const { value, rootURL, options = {} } = input;
13
const result = await validate(value);
14
15
- // If there is no version, we consider it invalid instantely.
+ // If there is no version, we consider it invalid instantly.
16
if (!result.version) {
17
throw new OpenAPIParseError(
18
'Can’t find supported Swagger/OpenAPI version in the provided document, version must be a string.',
0 commit comments