Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit deb1827

Browse files
authoredMay 20, 2025··
docs: fix lineEnd (#19)
1 parent f8159de commit deb1827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/type/content/reference.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ fetchData();
107107
{
108108
"explanation": "fetch 함수의 매개변수와 반환값을 정리해요. Response 객체의 주요 속성을 나열하고, 반환값을 다루는 방법을 쉽게 이해할 수 있도록 했습니다.",
109109
"lineStart": 12,
110-
"lineEnd": 30
110+
"lineEnd": 33
111111
},
112112
{
113113
"explanation": "기본적인 사용 예제를 제공해요. fetch를 활용하여 데이터를 가져오는 방법과 오류 처리를 함께 설명했습니다.",

0 commit comments

Comments
 (0)
Please sign in to comment.