From cf416ee080676c41db3e0ffdf54fbe2241b62655 Mon Sep 17 00:00:00 2001 From: proddy Date: Mon, 7 Jun 2021 21:17:54 +0200 Subject: [PATCH] fix spelling --- interface/src/authentication/Authentication.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/authentication/Authentication.ts b/interface/src/authentication/Authentication.ts index d1ee1d4ab..26bb65ded 100644 --- a/interface/src/authentication/Authentication.ts +++ b/interface/src/authentication/Authentication.ts @@ -97,7 +97,7 @@ export function redirectingAuthorizedUpload( } /** - * Wraps the normal fetch routene which redirects on 401 response. + * Wraps the normal fetch routine which redirects on 401 response. */ export function redirectingAuthorizedFetch( url: RequestInfo,