aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/javascript/reference/global_objects/promise
diff options
context:
space:
mode:
Diffstat (limited to 'files/ko/web/javascript/reference/global_objects/promise')
-rw-r--r--files/ko/web/javascript/reference/global_objects/promise/all/index.html2
-rw-r--r--files/ko/web/javascript/reference/global_objects/promise/allsettled/index.html6
-rw-r--r--files/ko/web/javascript/reference/global_objects/promise/finally/index.html2
-rw-r--r--files/ko/web/javascript/reference/global_objects/promise/promise/index.html2
-rw-r--r--files/ko/web/javascript/reference/global_objects/promise/race/index.html2
-rw-r--r--files/ko/web/javascript/reference/global_objects/promise/reject/index.html2
-rw-r--r--files/ko/web/javascript/reference/global_objects/promise/resolve/index.html3
-rw-r--r--files/ko/web/javascript/reference/global_objects/promise/then/index.html2
8 files changed, 1 insertions, 20 deletions
diff --git a/files/ko/web/javascript/reference/global_objects/promise/all/index.html b/files/ko/web/javascript/reference/global_objects/promise/all/index.html
index c8a458a665..6fe82003e0 100644
--- a/files/ko/web/javascript/reference/global_objects/promise/all/index.html
+++ b/files/ko/web/javascript/reference/global_objects/promise/all/index.html
@@ -227,8 +227,6 @@ Promise.all([
<h2 id="브라우저_호환성">브라우저 호환성</h2>
-<div class="hidden">To contribute to this compatibility data, please write a pull request against this repository: <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a>.</div>
-
<p>{{Compat("javascript.builtins.Promise.all")}}</p>
<h2 id="같이_보기">같이 보기</h2>
diff --git a/files/ko/web/javascript/reference/global_objects/promise/allsettled/index.html b/files/ko/web/javascript/reference/global_objects/promise/allsettled/index.html
index 0c5be03c09..2f8d2798b1 100644
--- a/files/ko/web/javascript/reference/global_objects/promise/allsettled/index.html
+++ b/files/ko/web/javascript/reference/global_objects/promise/allsettled/index.html
@@ -43,11 +43,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Promise/allSettled
</tbody>
</table>
-<h2 id="지원_브라우저">지원 브라우저</h2>
-
-<p class="hidden">To contribute to this compatibility data, please write a pull request against this repository: <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a>.</p>
-
-<p>{{Compat("javascript.builtins.Promise.allSettled")}}</p>
+<h2 id="지원_브라우저">지원 브라우저<p>{{Compat("javascript.builtins.Promise.allSettled")}}</p>
<h2 id="같이_보기">같이 보기</h2>
diff --git a/files/ko/web/javascript/reference/global_objects/promise/finally/index.html b/files/ko/web/javascript/reference/global_objects/promise/finally/index.html
index c75d73ab06..edf6025aef 100644
--- a/files/ko/web/javascript/reference/global_objects/promise/finally/index.html
+++ b/files/ko/web/javascript/reference/global_objects/promise/finally/index.html
@@ -87,8 +87,6 @@ fetch(myRequest).then(function(response) {
<h2 id="브라우저_호환성">브라우저 호환성</h2>
-<p class="hidden">To contribute to this compatibility data, please write a pull request against this repository: <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a>.</p>
-
<p>{{Compat("javascript.builtins.Promise.finally")}}</p>
<h2 id="더보기">더보기</h2>
diff --git a/files/ko/web/javascript/reference/global_objects/promise/promise/index.html b/files/ko/web/javascript/reference/global_objects/promise/promise/index.html
index 531b82dbca..3d5a5c9bea 100644
--- a/files/ko/web/javascript/reference/global_objects/promise/promise/index.html
+++ b/files/ko/web/javascript/reference/global_objects/promise/promise/index.html
@@ -67,8 +67,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Promise/Promise
<h2 id="브라우저_호환성">브라우저 호환성</h2>
-<div class="hidden">To contribute to this compatibility data, please write a pull request against this repository: <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a>.</div>
-
<p>{{Compat("javascript.builtins.Promise.Promise")}}</p>
<h2 id="같이_보기">같이 보기</h2>
diff --git a/files/ko/web/javascript/reference/global_objects/promise/race/index.html b/files/ko/web/javascript/reference/global_objects/promise/race/index.html
index 0874d619dd..a6a90b0bed 100644
--- a/files/ko/web/javascript/reference/global_objects/promise/race/index.html
+++ b/files/ko/web/javascript/reference/global_objects/promise/race/index.html
@@ -175,8 +175,6 @@ Promise<span class="punctuation token">.</span><span class="function token">race
<h2 id="브라우저_호환성">브라우저 호환성</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("javascript.builtins.Promise.race")}}</p>
<h2 id="같이_보기">같이 보기</h2>
diff --git a/files/ko/web/javascript/reference/global_objects/promise/reject/index.html b/files/ko/web/javascript/reference/global_objects/promise/reject/index.html
index a376940d7e..15c845032b 100644
--- a/files/ko/web/javascript/reference/global_objects/promise/reject/index.html
+++ b/files/ko/web/javascript/reference/global_objects/promise/reject/index.html
@@ -67,8 +67,6 @@ Promise.reject(new Error("fail")).then(function(error) {
<h2 id="브라우저_호환성">브라우저 호환성</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("javascript.builtins.Promise.reject")}}</p>
<p> </p>
diff --git a/files/ko/web/javascript/reference/global_objects/promise/resolve/index.html b/files/ko/web/javascript/reference/global_objects/promise/resolve/index.html
index 64180ef2bf..e5015b9d34 100644
--- a/files/ko/web/javascript/reference/global_objects/promise/resolve/index.html
+++ b/files/ko/web/javascript/reference/global_objects/promise/resolve/index.html
@@ -149,9 +149,6 @@ p3.then(function(v) {
<h2 id="브라우저_호환성">브라우저 호환성</h2>
-<div class="hidden">
-<p>To contribute to this compatibility data, please write a pull request against this repository: <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a>.</p>
-</div>
<p>{{Compat("javascript.builtins.Promise.resolve")}}</p>
diff --git a/files/ko/web/javascript/reference/global_objects/promise/then/index.html b/files/ko/web/javascript/reference/global_objects/promise/then/index.html
index b7f79eee9c..7fa23363cb 100644
--- a/files/ko/web/javascript/reference/global_objects/promise/then/index.html
+++ b/files/ko/web/javascript/reference/global_objects/promise/then/index.html
@@ -294,8 +294,6 @@ p3.then(function(v) {
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("javascript.builtins.Promise.then")}}</p>