diff --git a/src/ol/control/FullScreen.js b/src/ol/control/FullScreen.js index 0875736a20..df8c22f72d 100644 --- a/src/ol/control/FullScreen.js +++ b/src/ol/control/FullScreen.js @@ -44,7 +44,7 @@ const FullScreenEventType = { /** * @typedef {Object} Options * @property {string} [className='ol-full-screen'] CSS class name. - * @property {string|HTMLElement} [label='\u2922'] Text label to use for the button. + * @property {string|Text|HTMLElement} [label='\u2922'] Text label to use for the button. * Instead of text, also an element (e.g. a `span` element) can be used. * @property {string|Text} [labelActive='\u00d7'] Text label to use for the * button when full-screen is active.