docs: fix typo in nuxi analyze output (#3022)

This commit is contained in:
Keith Bremner 2022-02-01 15:34:06 +00:00 committed by GitHub
parent 1672148a87
commit a3579b7a1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ export default defineNuxtCommand({
return (_req, res) => { res.end(contents) } return (_req, res) => { res.end(contents) }
}) })
console.warn('Do not deploy analyze results! Use `nuxi build` before deployng.') console.warn('Do not deploy analyze results! Use `nuxi build` before deploying.')
console.info('Starting stats server...') console.info('Starting stats server...')