aboutsummaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorhooslab <hoos.lab@gmail.com>2021-05-29 13:56:40 +0900
committerGitHub <noreply@github.com>2021-05-29 13:56:40 +0900
commit732e9a4279ca515d90b4b6c99d8b78c378a89f32 (patch)
tree3bcc8840927a9c0c8ddf7dd6c0ab8a8cd6d138ab /files
parent0d70559e96b192b2c619199926338e14e72b56e8 (diff)
downloadtranslated-content-732e9a4279ca515d90b4b6c99d8b78c378a89f32.tar.gz
translated-content-732e9a4279ca515d90b4b6c99d8b78c378a89f32.tar.bz2
translated-content-732e9a4279ca515d90b4b6c99d8b78c378a89f32.zip
Fix typo (#1005)
Diffstat (limited to 'files')
-rw-r--r--files/ko/web/html/global_attributes/contenteditable/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ko/web/html/global_attributes/contenteditable/index.html b/files/ko/web/html/global_attributes/contenteditable/index.html
index 8c8d2fabb6..8c62411fd4 100644
--- a/files/ko/web/html/global_attributes/contenteditable/index.html
+++ b/files/ko/web/html/global_attributes/contenteditable/index.html
@@ -24,7 +24,7 @@ translation_of: Web/HTML/Global_attributes/contenteditable
<p>값 없이, <code>&lt;label contenteditable&gt;예제&lt;/label&gt;</code>처럼 사용할 경우 빈 문자열 값으로 간주합니다.</p>
-<p>특성이 없거나, 갑이 유효하지 않은 경우 부모 요소로부터 상속합니다. 즉, 부모 요소를 편집 가능한 경우 자신도 편집 가능합니다.</p>
+<p>특성이 없거나, 값이 유효하지 않은 경우 부모 요소로부터 상속합니다. 즉, 부모 요소를 편집 가능한 경우 자신도 편집 가능합니다.</p>
<p>가능한 값에 <code>true</code>와 <code>false</code>가 있긴 하지만, <code>contenteditable</code> 특성은 불리언 특성이 아닌 열거형 특성입니다.</p>