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