diff --git a/packages/astro/src/core/app/index.ts b/packages/astro/src/core/app/index.ts index 5691e6f1101d9..a119497f59cc1 100644 --- a/packages/astro/src/core/app/index.ts +++ b/packages/astro/src/core/app/index.ts @@ -42,7 +42,7 @@ export interface RenderErrorOptions { response?: Response; status: 404 | 500; /** - * Whether to call onRequest() while rendering the error page + * Whether to call onRequest() while rendering the error page. Defaults to true. */ runMiddleware?: boolean; }