Skip to content

Commit 0c59903

Browse files
authored
fix: typo in docs and html (#16)
1 parent f21aa23 commit 0c59903

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/ko/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: home
33

44
hero:
5-
name: "Build Your Won TanStack Query"
5+
name: "Build Your Own TanStack Query"
66
tagline: "밑바닥부터 구현해보기"
77
actions:
88
- theme: brand

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>Build Your Won TanStack Query</title>
6+
<title>Build Your Own TanStack Query</title>
77
</head>
88
<body>
99
<div id="root"></div>

0 commit comments

Comments
 (0)