Translate components/LayoutFooter by hoony2520 · Pull Request #122 · reactjs/ko.react.dev

@hoony2520

@hoony2520

@netlify

@taehwanno taehwanno changed the title Translate Translate components/LayoutFooter

May 23, 2019

@taehwanno

CircleCI 빌드 결과에서 Prettier 관련 포맷팅이 깨진걸 알 수 있어요. 확인 후 수정 부탁드려요 :)

@hg-pyun

@hoony2520

@hoony2520

CircleCi 설정을 어떻게 바꿔야 되는지 모르겠는데 죄송하지만 혹시 어떻게 해야 하는지 아시나요?

@taehwanno

taehwanno

Acknowledgements
</FooterLink>
<MetaTitle onDark={true}>더보기</MetaTitle>
<FooterLink to="/tutorial/tutorial.html">튜토리얼</FooterLink>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tutorial 목차와 통일하기 위해 튜토리얼 -> 자습서로 변경 부탁드려요.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

직접 수정했습니다.

@taehwanno

제가 직접 수정해서 푸쉬했어요!

image

추가적으로 설명드리면 위 사진처럼 커밋 해쉬(0990a91) 옆의 빨간 X를 클릭해서 볼 수 있는 CircleCI 빌드 결과를 살펴보시면 Check Prettier, ESLint, Flow 단계에서 prettier를 실행하다가 빌드가 깨진 것을 알 수 있어요. Prettier는 코드 포맷을 모든 파일에서 일관성있게 맞추기 위해 사용하는 도구에요. package.json에 있는 yarn prettier 스크립트를 실행해서 커밋 후 푸쉬했습니다.

hg-pyun

hg-pyun previously approved these changes Jun 11, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@hg-pyun

@hg-pyun

@taehwanno