Skip to content

수정 의견 #460

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

Closed
wants to merge 1 commit into from
Closed

Conversation

firewood3
Copy link

@firewood3 firewood3 commented Dec 24, 2019

안녕하세요? 멈추면 보이는 것들의 2. call stack 부분에 번역 오류가 있는 것 같아 수정 의견 드립니다.

[원문]
At the current moment the debugger is inside hello() call, called by a script in index.html (no function there, so it’s called “anonymous”).

[번역]
함수 hello는 hello.js에서 정의하지 않았기 때문에 콜 스택 하단엔 'anonymous’가 출력됩니다.

[수정 의견]
함수 hello는 index.html에서 정의하지 않았기 때문에 콜스택 하단엔 'anonymous'가 출력됩니다.

Pull Request 체크리스트

TODO

  • 번역 규칙을 확인하셨나요?
    • 줄 바꿈과 단락을 '원문과 동일하게' 유지하셨나요?
    • 맞춤법 검사기로 맞춤법을 확인하셨나요?
    • 공백(스페이스), 큰따옴표("), 작은따옴표('), 대시(-), 백틱(`)을 비롯한 모든 특수문자는 그대로 두셨나요?
  • 로컬 서버 세팅 후 최종 결과물을 확인해 보셨나요?
  • PR 하나엔 번역문 하나만 넣으셨나요?
  • 의미 있는 커밋 메시지를 작성하셨나요?
    • 예시
      • [프락시] 번역
      • [프락시] 과제 번역
      • [if문과 조건부 연산자 '?'] 리뷰
      • [주석] 2차 리뷰
      • [Date 객체와 날짜] 번역

안녕하세요? 멈추면 보이는 것들의 2. call stack 부분에 번역 오류가 있는 것 같아 수정 의견 드립니다.

[원문]
At the current moment the debugger is inside hello() call, called by a script in index.html (no function there, so it’s called “anonymous”).

[번역]
함수 hello는 <u>hello.js에서</u> 정의하지 않았기 때문에 콜 스택 하단엔 'anonymous’가 출력됩니다.

[수정 의견]
함수 hello는 <u>index.html에서</u> 정의하지 않았기 때문에 콜스택 하단엔 'anonymous'가 출력됩니다.
@Violet-Bora-Lee
Copy link
Member

감사합니다.
오역이있었네요.
머지 진행하겠습니다 👍

@Violet-Bora-Lee
Copy link
Member

Violet-Bora-Lee commented Dec 24, 2019

커밋 메시지만 수정 부탁드려도될까요?
커밋 메시지를 보고 어떤 부분을 수정했는지 알 수 있도록 수정부탁드릴게요.

예시:

[Chrome으로 디버깅하기] 오역 수정

@Violet-Bora-Lee
Copy link
Member

  • 현재 커밋 메시지

image

@HyunSangHan
Copy link
Contributor

CLA assistant check
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@firewood3
CLA 서명도 하셔야 할 것 같습니다. 위에 [CLA | not signed yet]이라고 써있는 부분을 클릭해서 들어가시면 됩니다.

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants