diff options
author | Florian Dieminger <me@fiji-flo.de> | 2021-02-11 18:25:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-11 18:25:40 +0100 |
commit | 0a2614c9e651a70a09da25ccf96b04662de6719d (patch) | |
tree | bcbed7459a775e21674282ffb33d07dc942b9097 /files/ko/web/api/xmlhttprequest | |
parent | 7a19fcc400749230196db0c64b0bfbe626d193c4 (diff) | |
parent | f2db11d0be377464daa06807f993a562c7dc10ac (diff) | |
download | translated-content-0a2614c9e651a70a09da25ccf96b04662de6719d.tar.gz translated-content-0a2614c9e651a70a09da25ccf96b04662de6719d.tar.bz2 translated-content-0a2614c9e651a70a09da25ccf96b04662de6719d.zip |
Merge pull request #37 from fiji-flo/unslugging-ko
Unslugging ko
Diffstat (limited to 'files/ko/web/api/xmlhttprequest')
-rw-r--r-- | files/ko/web/api/xmlhttprequest/timeout_event/index.html (renamed from files/ko/web/api/xmlhttprequest/timeout/index.html) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/files/ko/web/api/xmlhttprequest/timeout/index.html b/files/ko/web/api/xmlhttprequest/timeout_event/index.html index 4ecc599f9d..f426661dc5 100644 --- a/files/ko/web/api/xmlhttprequest/timeout/index.html +++ b/files/ko/web/api/xmlhttprequest/timeout_event/index.html @@ -1,7 +1,8 @@ --- title: timeout -slug: Web/API/XMLHttpRequest/timeout +slug: Web/API/XMLHttpRequest/timeout_event translation_of: Web/API/XMLHttpRequest/timeout_event +original_slug: Web/API/XMLHttpRequest/timeout --- <div> <p><code><strong>timeout</strong></code> 이벤트는 미리 설정한 시간이 만료되어 진행이 종료되면 시작합니다.</p> |