Fix a few doc comment typos

This commit is contained in:
ahocevar
2018-05-12 19:20:27 +02:00
parent 52465df88a
commit 8657e31b00
3 changed files with 3 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ import CanvasVectorTileLayerRenderer from './renderer/canvas/VectorTileLayer.js'
* target: 'map'
* });
*
* The above snippet creates a map using a {@link module:ol/layer/Tile~Tile} to
* The above snippet creates a map using a {@link module:ol/layer/Tile} to
* display {@link module:ol/source/OSM~OSM} OSM data and render it to a DOM
* element with the id `map`.
*