Skip to content

Commit

Permalink
chore: fixing comments typo (#5054)
Browse files Browse the repository at this point in the history
Co-authored-by: Jay <jasonsaayman@gmail.com>
  • Loading branch information
itsarvindh and jasonsaayman committed Oct 13, 2022
1 parent 110ae9a commit eedd9aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
Expand Down

0 comments on commit eedd9aa

Please sign in to comment.