mirror of
https://github.com/withastro/astro.git
synced 2025-03-31 23:31:30 -05:00
chore: fix error message (#9477)
This commit is contained in:
parent
6bf470cfb8
commit
25e6670913
1 changed files with 1 additions and 1 deletions
|
@ -797,7 +797,7 @@ export const LocalsNotAnObject = {
|
|||
export const MiddlewareCantBeLoaded = {
|
||||
name: 'MiddlewareCantBeLoaded',
|
||||
title: "Can't load the middleware.",
|
||||
message: 'The middleware thrown an error while Astro was trying to loading it.',
|
||||
message: 'The middleware threw an error while Astro was trying to loading it.',
|
||||
} satisfies ErrorData;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue