Merge pull request #6917 from probins/patch-1

Correct typo in graticule docs
This commit is contained in:
Andreas Hocevar
2017-06-13 11:09:41 +02:00
committed by GitHub

View File

@@ -528,7 +528,7 @@ ol.Graticule.prototype.getParallel_ = function(lat, minLon, maxLon,
/**
* Get the list of parallels. Pallels are lines of equal latitude.
* Get the list of parallels. Parallels are lines of equal latitude.
* @return {Array.<ol.geom.LineString>} The parallels.
* @api
*/