diff --git a/src/objectliterals.jsdoc b/src/objectliterals.jsdoc index 78a0e7cbeb..0c6c3b03fc 100644 --- a/src/objectliterals.jsdoc +++ b/src/objectliterals.jsdoc @@ -57,8 +57,8 @@ * @typedef {Object} ol.MapOptions * @property {ol.Collection|Array.|undefined} controls * Controls initially added to the map. - * @property {ol.Collection|Array.|undefined} - * interactions Interactions that are initially added to the map. + * @property {ol.Collection|Array.|undefined} interactions + * Interactions that are initially added to the map. * @property {Array.|ol.Collection|undefined} layers Layers. * @property {ol.Collection|Array.|undefined} overlays * Overlays initially added to the map.