From bcaf51efc294f611b410fc3f2fdfeb6b73dd8faa Mon Sep 17 00:00:00 2001 From: Alex Hultman Date: Wed, 4 May 2022 18:03:05 +0000 Subject: [PATCH] [GitHub Actions] Updated ubuntu-latest binaries --- index.d.ts | 2 +- source_commit | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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