Skip to content

Commit

Permalink
Fix typo in README.md (#1428)
Browse files Browse the repository at this point in the history
Co-authored-by: owns <owns@users.noreply.github.com>
  • Loading branch information
owns and owns committed Apr 12, 2023
1 parent 1fd2b3f commit 153f520
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 @@ -180,7 +180,7 @@ Search("admin/products");

If you specify an `object` as a query parameter, all public properties which are not null are used as query parameters.
This previously only applied to GET requests, but has now been expanded to all HTTP request methods, partly thanks to Twitter's hybrid API that insists on non-GET requests with querystring parameters.
Use the `Query` attribute the change the behavior to 'flatten' your query parameter object. If using this Attribute you can specify values for the Delimiter and the Prefix which are used to 'flatten' the object.
Use the `Query` attribute to change the behavior to 'flatten' your query parameter object. If using this Attribute you can specify values for the Delimiter and the Prefix which are used to 'flatten' the object.

```csharp
public class MyQueryParams
Expand Down

0 comments on commit 153f520

Please sign in to comment.