Skip to content

Commit

Permalink
Fix typo (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
birdmii authored Mar 7, 2022
1 parent 0f2cd78 commit c787a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/docs/getting-started.ko.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function Profile () {
}
```

일반적으로, 세 가지 요청 상태가 가능합니다: "loading", "ready", "erorr". `data``error` 값을 사용해
일반적으로, 세 가지 요청 상태가 가능합니다: "loading", "ready", "error". `data``error` 값을 사용해
현재 요청의 상태를 알아내고, 해당하는 UI를 반환할 수 있습니다.

## 재사용 가능하게 만들기
Expand Down

1 comment on commit c787a52

@vercel
Copy link

@vercel vercel bot commented on c787a52 Mar 7, 2022

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

Please sign in to comment.