Fix Log Typo (#29937)

This commit is contained in:
mohamed bel haj youssef 2021-10-15 18:07:24 +01:00 committed by GitHub
parent 00431087d7
commit 9cf0809b77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -538,7 +538,7 @@ export default async function exportApp(
) )
} }
Log.warn( Log.warn(
`Restarted static page genertion for ${path} because it took more than ${timeout} seconds` `Restarted static page generation for ${path} because it took more than ${timeout} seconds`
) )
if (!infoPrinted) { if (!infoPrinted) {
Log.warn( Log.warn(