Skip to content

Commit 5dd37ba

Browse files
committed
chore: typo
1 parent 2404144 commit 5dd37ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime/src/templates/edge/next-dev.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ const handler = async (req: Request, context: Context) => {
9898
// We don't want to just try importing and use that to test,
9999
// because that would also throw if there's an error in the middleware,
100100
// which we would want to surface not ignore.
101-
if (await exists('../../iddleware.js')) {
101+
if (await exists('../../middleware.js')) {
102102
// These will be user code
103103
const nextMiddleware = await import('../../middleware.js')
104104
middleware = nextMiddleware.middleware

0 commit comments

Comments
 (0)