mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-09 14:44:51 +03:00
Correct typo of expolde to explode
This commit is contained in:
parent
121bf640fa
commit
40368dde01
|
@ -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