Skip to content

Commit

Permalink
Fix typo in README (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanekay committed May 15, 2024
1 parent 4d73ee9 commit 78c97c8
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 @@ -174,7 +174,7 @@ Static queries can be set directly in the path string.

### Headers

A variable request header can be set with the `Header<T>` type. It's key will be automatically mapped to Capital-Kebab-Case. e.g. `Custom-Header` in the following endpoint.
A variable request header can be set with the `Header<T>` type. Its key will be automatically mapped to Capital-Kebab-Case. e.g. `Custom-Header` in the following endpoint.

```swift
@GET("/accounts")
Expand Down

0 comments on commit 78c97c8

Please sign in to comment.