Skip to content

Commit ca7da52

Browse files
authored
Update http-requests.md
1 parent 9ec0130 commit ca7da52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/en/manuals/http-requests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Defold HTTP requests also support the HEAD, DELETE and PUT methods. The CONNECT
4545

4646
### How to work with the HTTP response
4747

48-
The `response` table returned in the callback contains all of the information necessary to implement granular reponse handling. Two of the key fields are `status` and `response`:
48+
The `response` table returned in the callback contains all of the information necessary to implement granular response handling. Two of the key fields are `status` and `response`:
4949

5050
```lua
5151

0 commit comments

Comments
 (0)