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,