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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user