diff --git a/src/geometry/Bounds.js b/src/geometry/Bounds.js index 704d2bf0..2fa59ad7 100644 --- a/src/geometry/Bounds.js +++ b/src/geometry/Bounds.js @@ -81,7 +81,7 @@ L.Bounds.prototype = { // Returns `true` if the rectangle contains the given one. // @alternative // @method contains(point: Point): Boolean - // Returns `true` if the rectangle contains the given poing. + // Returns `true` if the rectangle contains the given point. contains: function (obj) { var min, max;