From 801b9ec62d94f201e67d053ee90dae0b70e50a42 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Mon, 26 Jun 2023 15:10:27 +0200 Subject: chore: fix typos (#19572) --- cli/tests/unit/fetch_test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli/tests/unit/fetch_test.ts') diff --git a/cli/tests/unit/fetch_test.ts b/cli/tests/unit/fetch_test.ts index db553f14d..e89abef30 100644 --- a/cli/tests/unit/fetch_test.ts +++ b/cli/tests/unit/fetch_test.ts @@ -1270,9 +1270,9 @@ Deno.test( }, 1000); }, }); - const nonExistantHostname = "http://localhost:47582"; + const nonExistentHostname = "http://localhost:47582"; await assertRejects(async () => { - await fetch(nonExistantHostname, { body, method: "POST" }); + await fetch(nonExistentHostname, { body, method: "POST" }); }, TypeError); await done; }, -- cgit v1.2.3