From 8dbc4fc9d787db611f84d1f24ad86fc0cb5171b7 Mon Sep 17 00:00:00 2001 From: ghybs Date: Tue, 31 Oct 2017 19:37:49 +0400 Subject: [PATCH] Docs(Map): typo on Map Geolocation watch option (#5894) --- src/map/Map.methodOptions.leafdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/map/Map.methodOptions.leafdoc b/src/map/Map.methodOptions.leafdoc index c7e57be0..8ce8aad5 100644 --- a/src/map/Map.methodOptions.leafdoc +++ b/src/map/Map.methodOptions.leafdoc @@ -10,7 +10,7 @@ Some of the geolocation methods for `Map` take in an `options` parameter. This is a plain javascript object with the following optional components: @option watch: Boolean = false -If `true`, starts continous watching of location changes (instead of detecting it +If `true`, starts continuous watching of location changes (instead of detecting it once) using W3C `watchPosition` method. You can later stop watching using `map.stopLocate()` method.