diff options
author | alattalatta <alattalatta@sorto.me> | 2022-02-21 10:04:22 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-21 10:04:22 +0900 |
commit | 201f55848d4b15e4e59ab32b2bd1a4e1caa4db3a (patch) | |
tree | 863ddc787ec9219f452ab577d399439ffe66c51b /files/ko/web/api/geolocation_api/using_the_geolocation_api | |
parent | 0ea2400f310ae8ebb2bfd6579d5e812547360061 (diff) | |
download | translated-content-201f55848d4b15e4e59ab32b2bd1a4e1caa4db3a.tar.gz translated-content-201f55848d4b15e4e59ab32b2bd1a4e1caa4db3a.tar.bz2 translated-content-201f55848d4b15e4e59ab32b2bd1a4e1caa4db3a.zip |
Remove {{page}} macro from API docs (#3913)
* Update BatteryManager
* Update BiquadFilterNode
* Update DataTransfer.getData
* Update DragEvent
* Update FileReader.result
* Update Geolocation API
* Update Network Information API
* Update Notification.permission
* Update Screen
* Remove {{page}} from Document
* Remove {{page}} from Navigator.battery
* Remove {{page}} from Using the Notifications API
* Add {{Compat}} to Navigator.battery
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.html | 2 |
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> |