corrected grammar. minor change (#7580)
This commit is contained in:
parent
756c3ea0de
commit
2ca5bdde2b
2 changed files with 6 additions and 1 deletions
5
.changeset/sour-snakes-wonder.md
Normal file
5
.changeset/sour-snakes-wonder.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"create-astro": patch
|
||||
---
|
||||
|
||||
Update dependency installation grammar
|
|
@ -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) => {
|
||||
|
|
Loading…
Reference in a new issue