diff --git a/packages/astro/src/core/errors/errors-data.ts b/packages/astro/src/core/errors/errors-data.ts index 7ebc3a3831..de4e77801c 100644 --- a/packages/astro/src/core/errors/errors-data.ts +++ b/packages/astro/src/core/errors/errors-data.ts @@ -1492,7 +1492,7 @@ export const UnsupportedConfigTransformError = { export const RouteNotFound = { name: 'RouteNotFound', title: 'Route not found.', - message: `Astro could find a route that matches the one you requested.`, + message: `Astro could not find a route that matches the one you requested.`, } satisfies ErrorData; // Generic catch-all - Only use this in extreme cases, like if there was a cosmic ray bit flip.