From 335efa195c478135781f9e11d833cb94332737a2 Mon Sep 17 00:00:00 2001 From: Arvindhan Date: Fri, 7 Oct 2022 12:22:14 +0530 Subject: [PATCH] docs: fixing comments typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63a734f259..bd9ac6e94c 100755 --- a/README.md +++ b/README.md @@ -526,7 +526,7 @@ These are the available config options for making requests. Only the `url` is re }, formSerializer: { - visitor: (value, key, path, helpers) => {}; // custom visitor funaction to serrialize form values + visitor: (value, key, path, helpers) => {}; // custom visitor function to serialize form values dots: boolean; // use dots instead of brackets format metaTokens: boolean; // keep special endings like {} in parameter key indexes: boolean; // array indexes format null - no brackets, false - empty brackets, true - brackets with indexes