Skip to content

Commit

Permalink
chore: 게시물 오타 및 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jgjgill committed Jan 6, 2024
1 parent 5a9eb0b commit 60506a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function List({ pageId }) {
```

더 이상 코드를 위에서 아래로 읽을 수 없게 된다.
또한, `pageId`가 변경되었을 떄를 생각해보면 위와 같은 코드 형태는 문제가 발생하게 된다.
또한, `pageId`가 변경되었을 때를 생각해보면 위와 같은 코드 형태는 문제가 발생하게 된다.

<br />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ function paintPainting(painter, painting) {
언어 서비스가 실행되어 타입스크립트 코드에 오류를 표시해줍니다.

<Image
src="https://raw.githubusercontent.com/jgjgill/blog/main/contents/reading/learing-typescript/images/chapter1-example1.png"
src="https://raw.githubusercontent.com/jgjgill/blog/main/contents/study/learing-typescript/images/chapter1-example1.png"
alt="러닝타입스크립트 챕터1 예제1"
/>

Expand Down

0 comments on commit 60506a0

Please sign in to comment.