Skip to content

Commit

Permalink
chore: correct typo of expolde to explode (#1009)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyPorthouse authored and RomanHotsiy committed Sep 25, 2019
1 parent d74e2d6 commit 350649d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/openapi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ function serializeQueryParameter(
return `${name}=${value.join('|')}`;
case 'deepObject':
if (!explode || Array.isArray(value) || typeof value !== 'object') {
console.warn('The style deepObject is only applicable for objects with expolde=true');
console.warn('The style deepObject is only applicable for objects with explode=true');
return '';
}

Expand Down

0 comments on commit 350649d

Please sign in to comment.