Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
james-hu committed Jun 12, 2023
1 parent f492654 commit 9e66545
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"cSpell.words": [
"apig"
"apig",
"fulfill",
"openapi",
"OpenAPIV"
]
}
2 changes: 1 addition & 1 deletion src/transformer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const defaultStandardResponses: OpenApiDocumentResponsesObject = {
content: {},
},
204: {
description: 'No Content. The server has fulfilled the request but does not need to return an entity-body, and might want to return updated metainformation.',
description: 'No Content. The server has fulfilled the request but does not need to return an entity-body, and might want to return updated meta information.',
content: {},
},
400: {
Expand Down

0 comments on commit 9e66545

Please sign in to comment.