Skip to content

Commit

Permalink
corrected grammar. minor change (#7580)
Browse files Browse the repository at this point in the history
  • Loading branch information
sankethchebbi committed Jul 6, 2023
1 parent 756c3ea commit 2ca5bdd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/sour-snakes-wonder.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-astro": patch
---

Update dependency installation grammar
2 changes: 1 addition & 1 deletion packages/create-astro/src/actions/dependencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit 2ca5bdd

Please sign in to comment.