mirror of
https://github.com/postmanlabs/openapi-to-postman.git
synced 2022-11-29 22:05:00 +03:00
Fixed typo in comment
This commit is contained in:
@@ -3771,7 +3771,7 @@ module.exports = {
|
||||
let mismatchObj,
|
||||
matched = false;
|
||||
|
||||
// wildcard header macthing
|
||||
// wildcard header matching
|
||||
_.forEach(mediaTypes, (mediaType) => {
|
||||
let transactionHeader = _.split(contentHeaderMediaType, '/'),
|
||||
headerTypeMatched = (mediaType.type === '*' || mediaType.type === transactionHeader[0]),
|
||||
|
||||
Reference in New Issue
Block a user