aboutsummaryrefslogtreecommitdiff
path: root/files/ko
diff options
context:
space:
mode:
author3indblown Leaf <69508345+kraccoon-dev@users.noreply.github.com>2022-01-26 15:39:39 +0900
committerGitHub <noreply@github.com>2022-01-26 15:39:39 +0900
commitbd636955c2bfb1d966749f2a204ebef018d86a54 (patch)
treedc49567f90e4625f42919c3936eba797a67e3fb9 /files/ko
parent2a4c8d3056f4d6e354e8aac3ab529b59805d256a (diff)
downloadtranslated-content-bd636955c2bfb1d966749f2a204ebef018d86a54.tar.gz
translated-content-bd636955c2bfb1d966749f2a204ebef018d86a54.tar.bz2
translated-content-bd636955c2bfb1d966749f2a204ebef018d86a54.zip
fix: typo err (#3804)
Diffstat (limited to 'files/ko')
-rw-r--r--files/ko/web/api/event/istrusted/index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ko/web/api/event/istrusted/index.md b/files/ko/web/api/event/istrusted/index.md
index 46afd25b2c..69259aaa4d 100644
--- a/files/ko/web/api/event/istrusted/index.md
+++ b/files/ko/web/api/event/istrusted/index.md
@@ -5,12 +5,12 @@ tags:
- Property
- Read-only
- Reference
-browser-compat: api.Event.isTrusted
translation_of: Web/API/Event/isTrusted
+browser-compat: api.Event.isTrusted
---
{{APIRef("DOM")}}
-{{domxref("Event")}} 인터페이스의 **`isTrusted`** 읽기 전용 속성은 사용자 액션에 의해 생성된 이벤트에서는 `ture`, 스크립트에서 생성 또는 수정했거나 {{domxref("EventTarget.dispatchEvent()")}}로 발송한 이벤트의 경우 `false`인 불리언 값입니다.
+{{domxref("Event")}} 인터페이스의 **`isTrusted`** 읽기 전용 속성은 사용자 액션에 의해 생성된 이벤트에서는 `true`, 스크립트에서 생성 또는 수정했거나 {{domxref("EventTarget.dispatchEvent()")}}로 발송한 이벤트의 경우 `false`인 불리언 값입니다.
## 예제