Skip to content

Commit 41ab518

Browse files
committed
Fix comment
1 parent 9c447ac commit 41ab518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/typed-api-spec/src/fetch/index.t-test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ type ValidateUrlTestCase = [
268268
type Spec = DefineApiEndpoints<{
269269
"/users": {
270270
get: {
271-
// 本来、GETメソッドはbodyを持たないが、型エラーになることを確認するために定:w
271+
// 本来、GETメソッドはbodyを持たないが、型エラーになることを確認するために定義
272272
body: { userName: string };
273273
responses: { 200: { body: { prop: string } } };
274274
};

0 commit comments

Comments
 (0)