Skip to content

Commit

Permalink
chore: 어색한 문장 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jgjgill committed Nov 12, 2023
1 parent 4386cec commit fdc485e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contents/development/honkok-react-query/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ export const useGetPost = (postId: string) => {
### assert 구문

`assert` 구문은 가장 빠르면서도 쉽게 적용할 수 있는 방법으로 보여졌다.
타입적으로만 처리하면 되기에 `React Query`에 대한 이해없이도 사용이 가능해서 어디에 어떻게 쓰이는지만 서로 신경쓰면 되었다.
타입적으로만 처리하면 되기에 `React Query`에 대한 이해 없이도 사용이 가능해서 어디에 어떻게 쓰이는지만 서로 신경쓰면 되었다.

`assert` 함수는 다음과 같이 만들었다.

Expand Down
1 change: 1 addition & 0 deletions src/components/Author.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const Author = () => {
작은 것부터 한 걸음씩 나아가며 문제를 접근하는 것을 좋아합니다.
</Text>
<Text as="p">주변을 먼저 살피며 팀과 함께 성장하는 것을 지향합니다.</Text>
<Text as="p">가독성과 일관성을 중요하게 생각합니다.</Text>
</Flex>

<Flex gap={20}>
Expand Down
4 changes: 2 additions & 2 deletions src/pages/about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ const AboutPage = () => {
MDN 문서 번역
</Link>
<p>
공식 문서를 기반으로 학습하면서 번역이 되지 않거나 잘못된 번역에 대해
주도적으로 개선하고자 합니다.
공식 문서와 웹 표준을 기반으로 학습하면서 번역이 되지 않거나 잘못된
번역에 대해 주도적으로 개선하고자 합니다.
</p>
</Flex>

Expand Down

0 comments on commit fdc485e

Please sign in to comment.