aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/api/geolocation_api/using_the_geolocation_api
diff options
context:
space:
mode:
Diffstat (limited to 'files/ko/web/api/geolocation_api/using_the_geolocation_api')
-rw-r--r--files/ko/web/api/geolocation_api/using_the_geolocation_api/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ko/web/api/geolocation_api/using_the_geolocation_api/index.html b/files/ko/web/api/geolocation_api/using_the_geolocation_api/index.html
index 44f644b5d5..b4cb7f1cdf 100644
--- a/files/ko/web/api/geolocation_api/using_the_geolocation_api/index.html
+++ b/files/ko/web/api/geolocation_api/using_the_geolocation_api/index.html
@@ -106,7 +106,7 @@ const watchID = navigator.geolocation.watchPosition(success, error, options);</p
alert(`ERROR(${error.code}): ${error.message}`);
};</pre>
-<h2 id="예제">예제</h2>
+<h2 id="examples">예제</h2>
<p>다음 예제는 Geolocation API를 사용해 사용자의 위경도를 가져옵니다. 성공한 경우, 사용자의 위치를 가리키는 <code>openstreetmap.org</code> 링크를 생성해 하이퍼링크에 할당합니다.</p>