From 4d490139bdf5a5d9aca65780e3fc6909118b16e6 Mon Sep 17 00:00:00 2001 From: Yuzo Matsuzawa Date: Wed, 4 May 2016 20:43:23 +0900 Subject: [PATCH] Fix typo in L.Bounds docs (#4536) --- src/geometry/Bounds.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;