javascript-tutorial / javascript-tutorial/ko.javascript.info
[오타수정] Promise.resolve() 오타
Open
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


오타수정
Promise.resolve(value) 메서드는 주어진 값으로 이행하는 Promise.then 객체를 반환합니다.
Promise.resolve(value) 메서드는 주어진 값으로 이행된 Promise 객체를 반환합니다.
- Promise.then 객체를 반환 -> Promise 객체를 반환
- 주어진 값으로 이행하는 -> 주어진 값으로 이행된
이슈
- 첫 줄에서 Promise.then 객체를 반환한다고 되어 있는데, 원문을 보면 Promise를 반환합니다.
- Promise.resolve() 함수는 이미 resolved된 Promise를 반환하므로 "이행된"으로 변경해야 합니다.
Pull Request(PR)를 통해 수정할 의향이 있습니까?
아니요.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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