javascript-tutorial / javascript-tutorial/ko.javascript.info

[오타수정] Promise.resolve() 오타

Open
#1,132 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
HTML
Stars
2k
Forks
852
PR merge metrics
No merged PRs in 30d

Description

원문

https://developer.mozilla.org/ko/docs/Web/JavaScript/Reference/Global_Objects/Promise/resolve

Screenshot from 2021-06-07 15-39-44

Screenshot from 2021-06-07 15-40-05

오타수정

Promise.resolve(value) 메서드는 주어진 값으로 이행하는 Promise.then 객체를 반환합니다.
Promise.resolve(value) 메서드는 주어진 값으로 이행된 Promise 객체를 반환합니다.

  1. Promise.then 객체를 반환 -> Promise 객체를 반환
  2. 주어진 값으로 이행하는 -> 주어진 값으로 이행된

이슈

  1. 첫 줄에서 Promise.then 객체를 반환한다고 되어 있는데, 원문을 보면 Promise를 반환합니다.
  2. Promise.resolve() 함수는 이미 resolved된 Promise를 반환하므로 "이행된"으로 변경해야 합니다.

Pull Request(PR)를 통해 수정할 의향이 있습니까?

아니요.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Open the linked MDN Korean Promise.resolve() page and locate the sentence shown in the issue. Update the wording so it refers to a resolved Promise object, then check the rendered page to confirm both listed typos are corrected.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
documentation
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
50/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.