We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c447ac commit 41ab518Copy full SHA for 41ab518
pkgs/typed-api-spec/src/fetch/index.t-test.ts
@@ -268,7 +268,7 @@ type ValidateUrlTestCase = [
268
type Spec = DefineApiEndpoints<{
269
"/users": {
270
get: {
271
- // 本来、GETメソッドはbodyを持たないが、型エラーになることを確認するために定:w
+ // 本来、GETメソッドはbodyを持たないが、型エラーになることを確認するために定義
272
body: { userName: string };
273
responses: { 200: { body: { prop: string } } };
274
};
0 commit comments