Skip to content

Commit 37ff59c

Browse files
committed
Fix typo in spec example: 'securitySchemas'->'SecuritySchemes'
1 parent 321bc4e commit 37ff59c

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
@@ -570,7 +570,7 @@ components:
570570
application/json
571571
schema:
572572
$ref: '#/components/schemas/GeneralError'
573-
securitySchemas:
573+
securitySchemes:
574574
api_key:
575575
type: apiKey
576576
name: api_key

0 commit comments

Comments
 (0)