Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix misspelled keyword argument.
  • Loading branch information
jmckitrick authored Jun 26, 2024
1 parent c2abf3a commit d8cde89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ request and returns a response. Convenience wrappers are provided for the http v

- When unset (default), a repeating parameter `a=1&a=2&a=3`
- `:array`, a repeating param with array suffix: `a[]=1&a[]=2&a[]=3`
- `:index`, a repeating param with array suffix and index: `a[0]=1&a[1]=2&a[2]=3`
- `:indexed`, a repeating param with array suffix and index: `a[0]=1&a[1]=2&a[2]=3`

`multipart` A sequence of maps with the following keys:

Expand Down

0 comments on commit d8cde89

Please sign in to comment.