Fix documentation typo (#1441)

This commit is contained in:
Sampat Badhe 2022-08-08 16:56:02 +05:30 committed by GitHub
parent 1a5b794b88
commit 1ddf062331
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,7 +79,7 @@ The default encoder is `Faraday::NestedParamsEncoder`.
### Order of parameters
By default, paramters are sorted by name while being serialized.
By default, parameters are sorted by name while being serialized.
Since this is really useful to provide better cache management and most servers don't really care about parameters order, this is the default behaviour.
However you might find yourself dealing with a server that requires parameters to be in a specific order.
When that happens, you can configure the encoder to skip sorting them.