From bd8003850baccf3713ee170f137cf4d1d8b7fdcd Mon Sep 17 00:00:00 2001 From: ihmpavel <42217494+ihmpavel@users.noreply.github.com> Date: Thu, 11 Nov 2021 11:38:53 +0100 Subject: [PATCH] Fix typo in `next build` log (#31295) ## Bug - [ ] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Errors have helpful link attached, see `contributing.md` ## Feature - [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR. - [ ] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Documentation added - [ ] Telemetry added. In case of a feature if it's used or not. - [ ] Errors have helpful link attached, see `contributing.md` ## Documentation / Examples - [ ] Make sure the linting passes by running `yarn lint` --- packages/next/build/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/next/build/index.ts b/packages/next/build/index.ts index d826fbd436cf2da..b5511123a1cd027 100644 --- a/packages/next/build/index.ts +++ b/packages/next/build/index.ts @@ -779,7 +779,7 @@ export default async function build( ) } Log.warn( - `Restarted static page genertion for ${pagePath} because it took more than ${timeout} seconds` + `Restarted static page generation for ${pagePath} because it took more than ${timeout} seconds` ) } else { const pagePath = arg