diff --git a/src/ol/source/XYZ.js b/src/ol/source/XYZ.js index 49a632d6be..cadf6a38ad 100644 --- a/src/ol/source/XYZ.js +++ b/src/ol/source/XYZ.js @@ -19,7 +19,7 @@ import {createXYZ, extentFromProjection} from '../tilegrid.js'; * Higher values can increase reprojection performance, but decrease precision. * @property {number} [maxZoom=18] Optional max zoom level. * @property {number} [maxZoom=0] Optional min zoom level. - * @property {module:ol/tilegrid/WMTS~WMTSTileGrid} tileGrid Tile grid. + * @property {module:ol/tilegrid/TileGrid~TileGrid} [tileGrid] Tile grid. * @property {ol.TileLoadFunctionType} [tileLoadFunction] Optional function to load a tile given a URL. The default is * ```js * function(imageTile, src) {