0
Fork 0
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:
Emanuele Stoppa 2023-12-19 13:29:04 +00:00 committed by GitHub
parent 6bf470cfb8
commit 25e6670913
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
/**