diff options
Diffstat (limited to 'files/ko/web/api/proximity_events/index.html')
-rw-r--r-- | files/ko/web/api/proximity_events/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ko/web/api/proximity_events/index.html b/files/ko/web/api/proximity_events/index.html index c0a58ec4c6..78eda35384 100644 --- a/files/ko/web/api/proximity_events/index.html +++ b/files/ko/web/api/proximity_events/index.html @@ -18,7 +18,7 @@ tags: <p>근접 이벤트는 사용자가 디바이스에 가까이 갔을 때를 알 수 있는 간단한 방법이다. 예를 들어, 사용자에게 전화가 걸려왔을 때 디바이스에 귀를 가까이하면, 근접 이벤트들은 스마트폰의 화면이 꺼지게 하여 이러한 변화에 대응할 수 있게 해준다.</p> -<p></p>근접 링크는 두 가지가 있다. (문서를 확인하려먼 링크를 참고하시오.):</p> +근접 링크는 두 가지가 있다. (문서를 확인하려먼 링크를 참고하시오.):</p> <ul> <li>{{domxref("UserProximityEvent")}}, handled by <code>window.onuserproximity</code></li> <li>{{domxref("DeviceProximityEvent")}}, handled by <code>window.ondeviceproximity</code></li> |