diff --git a/index.d.ts b/index.d.ts index 0baafa87..cbb20145 100644 --- a/index.d.ts +++ b/index.d.ts @@ -150,7 +150,7 @@ export interface HttpResponse { /** Every HttpResponse MUST have an attached abort handler IF you do not respond * to it immediately inside of the callback. Returning from an Http request handler - * without attaching (by calling onAborted) an abort handler is ill-use and will termiante. + * without attaching (by calling onAborted) an abort handler is ill-use and will terminate. * When this event emits, the response has been aborted and may not be used. */ onAborted(handler: () => void) : HttpResponse; diff --git a/source_commit b/source_commit index cb36ad66..06a0b0b9 100644 --- a/source_commit +++ b/source_commit @@ -1 +1 @@ -03b4fb8169f05886514b6dadce660c696fe61eac +c35f534663fa14b5a0a4ba9beb57a63b9ae1a5a9