aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/api/windoweventhandlers/onhashchange/index.html
diff options
context:
space:
mode:
authorRyan Johnson <rjohnson@mozilla.com>2021-05-28 12:36:36 -0700
committerGitHub <noreply@github.com>2021-05-28 12:36:36 -0700
commit05a7219ba9605649cb6daa281e26209eaa73adf0 (patch)
tree63c9443b214d52257ff4ef5546f9e70c8b7365cd /files/ko/web/api/windoweventhandlers/onhashchange/index.html
parent220a7d23b0755acc06146c1262aa09ba22d6e3b1 (diff)
downloadtranslated-content-05a7219ba9605649cb6daa281e26209eaa73adf0.tar.gz
translated-content-05a7219ba9605649cb6daa281e26209eaa73adf0.tar.bz2
translated-content-05a7219ba9605649cb6daa281e26209eaa73adf0.zip
fix MacroWrongXRefError flaws for some domxref calls (#1018)
Diffstat (limited to 'files/ko/web/api/windoweventhandlers/onhashchange/index.html')
-rw-r--r--files/ko/web/api/windoweventhandlers/onhashchange/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ko/web/api/windoweventhandlers/onhashchange/index.html b/files/ko/web/api/windoweventhandlers/onhashchange/index.html
index 1a9f932360..f72e0c56e5 100644
--- a/files/ko/web/api/windoweventhandlers/onhashchange/index.html
+++ b/files/ko/web/api/windoweventhandlers/onhashchange/index.html
@@ -14,7 +14,7 @@ translation_of: Web/API/WindowEventHandlers/onhashchange
<div>{{domxref("WindowEventHandlers")}} 믹스인의 <strong>WindowEventHandlers.onhashchange</strong> 속성은 </div>
</div>
-<p><strong>hashchange </strong>이벤트를 처리하기 위한 {{domxref("EventHandler")}} 입니다.</p>
+<p><strong>hashchange </strong>이벤트를 처리하기 위한 {{event("Event_handlers", "event handler")}} 입니다.</p>
<p>hashchange 이벤트는 윈도우의 해시가 변경되면 시작됩니다. ( {{domxref("Window.location")}} 및 {{domxref("HTMLHyperlinkElementUtils.hash")}} 참조)</p>