From dbbd31777b3299ceb0db99798453e01ab8e597b1 Mon Sep 17 00:00:00 2001 From: Zachary Date: Mon, 28 Feb 2022 11:43:38 -0500 Subject: [PATCH] Fix misspelling of `Primitive` in documentation (#1998) --- documentation/2-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/2-options.md b/documentation/2-options.md index 40b11c8f6..968a22baa 100644 --- a/documentation/2-options.md +++ b/documentation/2-options.md @@ -341,7 +341,7 @@ console.log(data); ### `form` -**Type: object<string, [Primitve](https://www.typescriptlang.org/docs/handbook/2/everyday-types.html)>** +**Type: object<string, [Primitive](https://www.typescriptlang.org/docs/handbook/2/everyday-types.html)>** The form body is converted to a query string using `(new URLSearchParams(form)).toString()`.