Skip to content

Commit 385ed16

Browse files
committed
grammar: fix
1 parent 7f59f10 commit 385ed16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/InstallCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ private function outro()
366366
protected function projectPurpose(): string
367367
{
368368
return text(
369-
label: sprintf('What does %s project do? (optional)', $this->projectName),
369+
label: sprintf('What does the %s project do? (optional)', $this->projectName),
370370
placeholder: 'i.e. SaaS platform selling concert tickets, integrates with Stripe and Twilio, lots of CS using Nova backend',
371371
hint: 'This helps guides AI. How would you explain it to a new developer?'
372372
);

0 commit comments

Comments
 (0)