mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-22 16:46:34 +03:00
chore: correct typo of expolde to explode (#1009)
This commit is contained in:
parent
d74e2d6c46
commit
350649d8b3
|
@ -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 '';
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user