diff --git a/src/ol/source/VectorEventType.js b/src/ol/source/VectorEventType.js index 7cf9e9e9eb..dbf5cead1a 100644 --- a/src/ol/source/VectorEventType.js +++ b/src/ol/source/VectorEventType.js @@ -37,21 +37,21 @@ export default { /** * Triggered when features starts loading. - * @event module:ol/source/Vector.VectorSourceEvent#featureloadstart + * @event module:ol/source/Vector.VectorSourceEvent#featuresloadstart * @api */ FEATURESLOADSTART: 'featuresloadstart', /** * Triggered when features finishes loading. - * @event module:ol/source/Vector.VectorSourceEvent#featureloadend + * @event module:ol/source/Vector.VectorSourceEvent#featuresloadend * @api */ FEATURESLOADEND: 'featuresloadend', /** * Triggered if feature loading results in an error. - * @event module:ol/source/Vector.VectorSourceEvent#featureloaderror + * @event module:ol/source/Vector.VectorSourceEvent#featuresloaderror * @api */ FEATURESLOADERROR: 'featuresloaderror',