Skip to content

Commit 218deda

Browse files
committed
Update README.md
1 parent a79ad94 commit 218deda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Network layer for running requests like GET, POST, PUT, DELETE etc customizable
3737
try await Http.Delete.from(url)
3838
```
3939

40-
Fast-track functions return **(Data, URLResponse)** if you need to validate statusCode you can use Check yout different trategies **Http.Validate.Status** to validate status code
40+
Fast-track functions return **(Data, URLResponse)** if you need to validate status code you can use check different strategies **Http.Validate.Status**
4141

4242
```swift
4343
/// - Throws: Http.Errors.status(response)

0 commit comments

Comments
 (0)