File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments