diff --git a/src/ol/source/IIIF.js b/src/ol/source/IIIF.js index 15ffef2ed1..c13ad657c2 100644 --- a/src/ol/source/IIIF.js +++ b/src/ol/source/IIIF.js @@ -65,7 +65,7 @@ class IIIF extends TileImage { constructor(opt_options) { /** - * @type {Partial} options + * @type {Partial} */ const options = opt_options || {}; diff --git a/src/ol/source/Vector.js b/src/ol/source/Vector.js index 9f4a0f39f5..dff062700e 100644 --- a/src/ol/source/Vector.js +++ b/src/ol/source/Vector.js @@ -155,7 +155,7 @@ export class VectorSourceEvent extends Event { * by this source are suitable for editing. See {@link module:ol/source/VectorTile~VectorTile} for * vector data that is optimized for rendering. * - * @fires VectorSourceEvent + * @fires VectorSourceEvent * @api * @template {import("../geom/Geometry.js").default} Geometry */