mirror of
https://github.com/Redocly/redoc.git
synced 2025-02-17 02:10:39 +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('|')}`;
|
return `${name}=${value.join('|')}`;
|
||||||
case 'deepObject':
|
case 'deepObject':
|
||||||
if (!explode || Array.isArray(value) || typeof value !== 'object') {
|
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 '';
|
return '';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user