diff options
author | alattalatta <urty5656@gmail.com> | 2021-05-17 15:14:50 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-17 15:14:50 +0900 |
commit | d6b62eb0aff07446b1088860e6c4706199642ca4 (patch) | |
tree | 5cb2404b20844a780dca57412642f86abfdd2c1b /files/ko | |
parent | db32b44429c83574916edf5efb78dccde994ab19 (diff) | |
download | translated-content-d6b62eb0aff07446b1088860e6c4706199642ca4.tar.gz translated-content-d6b62eb0aff07446b1088860e6c4706199642ca4.tar.bz2 translated-content-d6b62eb0aff07446b1088860e6c4706199642ca4.zip |
Fix typo in autocapitalize (#786)
Diffstat (limited to 'files/ko')
-rw-r--r-- | files/ko/web/html/global_attributes/autocapitalize/index.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/files/ko/web/html/global_attributes/autocapitalize/index.html b/files/ko/web/html/global_attributes/autocapitalize/index.html index b0a42ef76a..b5763d1187 100644 --- a/files/ko/web/html/global_attributes/autocapitalize/index.html +++ b/files/ko/web/html/global_attributes/autocapitalize/index.html @@ -10,7 +10,7 @@ translation_of: Web/HTML/Global_attributes/autocapitalize --- <p>{{HTMLSidebar("Global_attributes")}}</p> -<p><span class="seoSummary"><code><strong>autocapitalize</strong></code> <a href="/ko/docs/Web/HTML/Global_attributes">전역 특성</a>은 사용자가 입력하거나 수정하는 텍스트를 자동으로 대문자로 바꾸는 방식을 제거하는 열거형 특성입니다.</span> 가능한 값은 다음과 같습니다.</p> +<p><span class="seoSummary"><code><strong>autocapitalize</strong></code> <a href="/ko/docs/Web/HTML/Global_attributes">전역 특성</a>은 사용자가 입력하거나 수정하는 텍스트를 자동으로 대문자로 바꾸는 방식을 제어하는 열거형 특성입니다.</span> 가능한 값은 다음과 같습니다.</p> <ul> <li><code>off</code> 또는 <code>none</code>: 대문자로 변환하지 않음 (모든 문자의 기본값 소문자)</li> @@ -42,6 +42,4 @@ translation_of: Web/HTML/Global_attributes/autocapitalize <h2 id="브라우저_호환성">브라우저 호환성</h2> - - <p>{{Compat("html.global_attributes.autocapitalize")}}</p> |