corrected grammar. minor change (#7580)

This commit is contained in:
sank.eth 2023-07-06 13:59:13 +05:30 committed by GitHub
parent 756c3ea0de
commit 2ca5bdde2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1,5 @@
---
"create-astro": patch
---
Update dependency installation grammar

View file

@ -23,7 +23,7 @@ export async function dependencies(
await info('--dry-run', `Skipping dependency installation`);
} else if (deps) {
await spinner({
start: `Dependencies installing with ${ctx.pkgManager}...`,
start: `Installing dependencies with ${ctx.pkgManager}...`,
end: 'Dependencies installed',
while: () => {
return install({ pkgManager: ctx.pkgManager, cwd: ctx.cwd }).catch((e) => {