Skip to content

Commit 1202888

Browse files
Merge branch 'main' into main
2 parents 9784c00 + 5b27fdf commit 1202888

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/http.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ Make a Http DELETE Request to a server using native libraries.
212212
| **`data`** | <code>any</code> | Additional data received with the Http response. |
213213
| **`status`** | <code>number</code> | The status code received from the Http response. |
214214
| **`headers`** | <code><a href="#httpheaders">HttpHeaders</a></code> | The headers received from the Http response. |
215-
| **`url`** | <code>string</code> | The response URL recieved from the Http response. |
215+
| **`url`** | <code>string</code> | The response URL received from the Http response. |
216216

217217

218218
#### HttpHeaders

core/src/core-plugins.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ export interface HttpResponse {
276276
*/
277277
headers: HttpHeaders;
278278
/**
279-
* The response URL recieved from the Http response.
279+
* The response URL received from the Http response.
280280
*/
281281
url: string;
282282
}

0 commit comments

Comments
 (0)