Skip to content

Commit d1d47a0

Browse files
gregbergeCopilot
andauthored
Fix typo
Co-authored-by: Copilot <[email protected]>
1 parent 3cca758 commit d1d47a0

File tree

1 file changed

+1
-1
lines changed
  • packages/openapi-parser/src

1 file changed

+1
-1
lines changed

packages/openapi-parser/src/v3.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export async function parseOpenAPIV3(input: ParseOpenAPIInput): Promise<ParseOpe
1212
const { value, rootURL, options = {} } = input;
1313
const result = await validate(value);
1414

15-
// If there is no version, we consider it invalid instantely.
15+
// If there is no version, we consider it invalid instantly.
1616
if (!result.version) {
1717
throw new OpenAPIParseError(
1818
'Can’t find supported Swagger/OpenAPI version in the provided document, version must be a string.',

0 commit comments

Comments
 (0)