Skip to content

Commit 0a2793a

Browse files
authored
docs: fix typo in example (#2429)
1 parent b24ff13 commit 0a2793a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/openapi-fetch/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ const { data, error } = await client.POST("/tokens", {
203203
clientSecret: "someClientSecret",
204204
},
205205
headers: {
206-
"Content-Type": "application/x-www-form-encoded",
206+
"Content-Type": "application/x-www-form-urlencoded",
207207
},
208208
});
209209
```

0 commit comments

Comments
 (0)