From eedd9aafa505f7da5f99bb1eb983c3ff3f5929f8 Mon Sep 17 00:00:00 2001 From: Arvindh Date: Fri, 14 Oct 2022 00:50:41 +0530 Subject: [PATCH] chore: fixing comments typo (#5054) Co-authored-by: Jay --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1f0e794cf..25b22afc9b 100755 --- a/README.md +++ b/README.md @@ -529,7 +529,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