diff --git a/packages/core-app-api/src/apis/implementations/FetchApi/ClarifyFailuresFetchMiddleware.ts b/packages/core-app-api/src/apis/implementations/FetchApi/ClarifyFailuresFetchMiddleware.ts index 2b1b6553d1..38f6605428 100644 --- a/packages/core-app-api/src/apis/implementations/FetchApi/ClarifyFailuresFetchMiddleware.ts +++ b/packages/core-app-api/src/apis/implementations/FetchApi/ClarifyFailuresFetchMiddleware.ts @@ -18,7 +18,7 @@ import { FetchMiddleware } from './types'; /** * Replaces the generic "TypeError: Failed to fetch" error with a more - * informative message that includes the target URL. + * informative message that includes the HTTP method and target URL. */ export class ClarifyFailuresFetchMiddleware implements FetchMiddleware { apply(next: typeof fetch): typeof fetch {