Skip to content

Commit dbbd317

Browse files
authored
Fix misspelling of Primitive in documentation (#1998)
1 parent dcbea9c commit dbbd317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/2-options.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ console.log(data);
341341

342342
### `form`
343343

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

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

0 commit comments

Comments
 (0)