Skip to content

Commit 339c2ef

Browse files
sankethchebbimatthewp
authored andcommitted
corrected grammar. minor change (#7580)
1 parent 8124fb5 commit 339c2ef

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/sour-snakes-wonder.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-astro": patch
3+
---
4+
5+
Update dependency installation grammar

packages/create-astro/src/actions/dependencies.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export async function dependencies(
2323
await info('--dry-run', `Skipping dependency installation`);
2424
} else if (deps) {
2525
await spinner({
26-
start: `Dependencies installing with ${ctx.pkgManager}...`,
26+
start: `Installing dependencies with ${ctx.pkgManager}...`,
2727
end: 'Dependencies installed',
2828
while: () => {
2929
return install({ pkgManager: ctx.pkgManager, cwd: ctx.cwd }).catch((e) => {

0 commit comments

Comments
 (0)