2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-27 14:47:43 +03:00

chore: fixing comments typo (#5054)

Co-authored-by: Jay <jasonsaayman@gmail.com>
This commit is contained in:
Arvindh
2022-10-14 00:50:41 +05:30
committed by GitHub
parent 110ae9ae61
commit eedd9aafa5
+1 -1
View File
@@ -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