chore: typo

This commit is contained in:
Sébastien Chopin 2021-01-11 19:02:11 +01:00 committed by GitHub
parent 7e682ed663
commit 8a8840c970

View File

@ -68,7 +68,7 @@ async function _build (sigmaContext: SigmaContext) {
throw error
})
spinner.start('Wrting server bundle...')
spinner.start('Writing server bundle...')
await build.write(sigmaContext.rollupConfig.output)
spinner.succeed('Server built')