mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
fix: error message grammar (#10973)
This commit is contained in:
parent
8ef2f62c53
commit
8422600921
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue