Skip to content

Commit b3f15f8

Browse files
authored
Fix a typo. (vercel#1749)
1 parent dec85fe commit b3f15f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/render.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export async function renderScriptError (req, res, page, error, customFields, op
125125
res.setHeader('Content-Type', 'text/javascript')
126126
res.end(`
127127
window.__NEXT_REGISTER_PAGE('${page}', function() {
128-
var error = new Error('Page not exists: ${page}')
128+
var error = new Error('Page does not exist: ${page}')
129129
error.statusCode = 404
130130
131131
return { error: error }

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy