We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Primitive
1 parent dcbea9c commit dbbd317Copy full SHA for dbbd317
documentation/2-options.md
@@ -341,7 +341,7 @@ console.log(data);
341
342
### `form`
343
344
-**Type: <code>object<string, [Primitve](https://www.typescriptlang.org/docs/handbook/2/everyday-types.html)></code>**
+**Type: <code>object<string, [Primitive](https://www.typescriptlang.org/docs/handbook/2/everyday-types.html)></code>**
345
346
The form body is converted to a query string using `(new URLSearchParams(form)).toString()`.
347
0 commit comments