Skip to content

Commit 4e7e956

Browse files
author
Ron
authored
Merge pull request OAI#1112 from RepreZen/typo_securityScheme_example
Fix typo in spec example: `securitySchemas`->`securitySchemes`
2 parents b68f87a + 37ff59c commit 4e7e956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/3.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ components:
575575
application/json
576576
schema:
577577
$ref: '#/components/schemas/GeneralError'
578-
securitySchemas:
578+
securitySchemes:
579579
api_key:
580580
type: apiKey
581581
name: api_key

0 commit comments

Comments
 (0)