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()`.