Fix typo CSS class name for the expanded attributions button

See #11403
This commit is contained in:
Frederic Junod
2022-01-31 11:08:49 +01:00
parent 12f8bae261
commit a008d5696b

View File

@@ -110,7 +110,7 @@ class Attribution extends Control {
const collapseClassName =
options.collapseClassName !== undefined
? options.collapseClassName
: className + '-collpase';
: className + '-collapse';
if (typeof collapseLabel === 'string') {
/**