aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/geolocation
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/api/geolocation')
-rw-r--r--files/ru/web/api/geolocation/getcurrentposition/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/api/geolocation/getcurrentposition/index.html b/files/ru/web/api/geolocation/getcurrentposition/index.html
index 2a0774dce8..6fc61cf3a7 100644
--- a/files/ru/web/api/geolocation/getcurrentposition/index.html
+++ b/files/ru/web/api/geolocation/getcurrentposition/index.html
@@ -38,7 +38,7 @@ translation_of: Web/API/Geolocation/getCurrentPosition
function success(pos) {
var crd = pos.coords;
- console.log('Ваше текущее метоположение:');
+ console.log('Ваше текущее местоположение:');
console.log(`Широта: ${crd.latitude}`);
console.log(`Долгота: ${crd.longitude}`);
console.log(`Плюс-минус ${crd.accuracy} метров.`);