diff --git a/packages/common/http/src/resource_api.ts b/packages/common/http/src/resource_api.ts index e2056f1ccd0..7a433d801e8 100644 --- a/packages/common/http/src/resource_api.ts +++ b/packages/common/http/src/resource_api.ts @@ -95,7 +95,7 @@ export interface HttpResourceOptions { parse?: (value: TRaw) => TResult; /** - * Value that the resource will take when in Idle, Loading, or Error states. + * Value that the resource will take when in Idle or Loading states. * * If not set, the resource will use `undefined` as its default value. */