Skip to content

Commit

Permalink
Fix misspelling of Primitive in documentation (#1998)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharytamas authored Feb 28, 2022
1 parent dcbea9c commit dbbd317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/2-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ console.log(data);

### `form`

**Type: <code>object&lt;string, [Primitve](https://www.typescriptlang.org/docs/handbook/2/everyday-types.html)&gt;</code>**
**Type: <code>object&lt;string, [Primitive](https://www.typescriptlang.org/docs/handbook/2/everyday-types.html)&gt;</code>**

The form body is converted to a query string using `(new URLSearchParams(form)).toString()`.

Expand Down

0 comments on commit dbbd317

Please sign in to comment.