diff options
author | choi <eari100@naver.com> | 2021-07-16 12:38:38 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-16 12:38:38 +0900 |
commit | cd3a2821cbb737f025c3a55b3f3ac97145ba2a70 (patch) | |
tree | d6e7657fd92a38df81b2ba639d0cec9f07675f89 | |
parent | ccb900b041418e2b62bea19efd97de7861692156 (diff) | |
download | translated-content-cd3a2821cbb737f025c3a55b3f3ac97145ba2a70.tar.gz translated-content-cd3a2821cbb737f025c3a55b3f3ac97145ba2a70.tar.bz2 translated-content-cd3a2821cbb737f025c3a55b3f3ac97145ba2a70.zip |
[ko] fix: Delete typos (#1461)
-rw-r--r-- | files/ko/web/javascript/reference/global_objects/asyncfunction/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ko/web/javascript/reference/global_objects/asyncfunction/index.html b/files/ko/web/javascript/reference/global_objects/asyncfunction/index.html index ac428a9ace..dae782e412 100644 --- a/files/ko/web/javascript/reference/global_objects/asyncfunction/index.html +++ b/files/ko/web/javascript/reference/global_objects/asyncfunction/index.html @@ -58,7 +58,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/AsyncFunction <h2 id="AsyncFunction_인스턴스"><code>AsyncFunction 인스턴스</code></h2> -<p><code>AsyncFunction</code> 인스턴스는 <code>AsyncFunction.prototype</code> 에서ㅜ메소드와 속성을 상속받는다.</p> +<p><code>AsyncFunction</code> 인스턴스는 <code>AsyncFunction.prototype</code> 에서 메소드와 속성을 상속받는다.</p> <p>여느 생성자에서와 같이 모든 <code>AsyncFunction</code> 인스턴스들을 수정할 수 있도록 생성자의 <code>prototype</code> 객체를 수정할 수 있다.</p> |