-
Notifications
You must be signed in to change notification settings - Fork 8.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(ko): Update Error instance's method docs. #23491
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@C17AN 님 안녕하세요. 기여해주셔서 감사합니다! 💯
몇 가지 코멘트 남겨두었습니다.
확인하시고 다시 리뷰 요청 부탁드리겠습니다. 🙇
질문이나 도움이 필요하시다면 언제든 멘션 부탁드리겠습니다.
files/ko/web/javascript/reference/global_objects/error/filename/index.md
Outdated
Show resolved
Hide resolved
files/ko/web/javascript/reference/global_objects/error/linenumber/index.md
Outdated
Show resolved
Hide resolved
files/ko/web/javascript/reference/global_objects/error/cause/index.md
Outdated
Show resolved
Hide resolved
files/ko/web/javascript/reference/global_objects/error/message/index.md
Outdated
Show resolved
Hide resolved
…e/index.md Co-authored-by: 1ilsang <[email protected]>
…ber/index.md Co-authored-by: 1ilsang <[email protected]>
…/index.md Co-authored-by: 1ilsang <[email protected]>
…ndex.md Co-authored-by: 1ilsang <[email protected]>
안녕하세요, @1ilsang 님! 코멘트 남겨주신 부분들을 반영해 두었는데, 다시 한번 확인을 부탁드려도 될까요? 🙇♂️ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 고생하셨습니다
* docs(ko): update Error.prototype.cause, Error.prototype.name * chore: update deprecated docs property * Update files/ko/web/javascript/reference/global_objects/error/filename/index.md Co-authored-by: 1ilsang <[email protected]> * Update files/ko/web/javascript/reference/global_objects/error/linenumber/index.md Co-authored-by: 1ilsang <[email protected]> * Update files/ko/web/javascript/reference/global_objects/error/message/index.md Co-authored-by: 1ilsang <[email protected]> * Update files/ko/web/javascript/reference/global_objects/error/cause/index.md Co-authored-by: 1ilsang <[email protected]> --------- Co-authored-by: 1ilsang <[email protected]>
Description
Error
인스턴스에 속한 메서드들의 문서를 최신화합니다.Motivation
한글과 영문의 페이지명이 다른 것을 보고 페이지 업데이트가 되어 있지 않은 것이라 생각해 최신화했습니다.