Skip to content

Commit 75d9299

Browse files
authored
Update InstallCommand.php
1 parent 614d10f commit 75d9299

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
@@ -268,7 +268,7 @@ protected function selectAiGuidelines(): Collection
268268
}
269269

270270
return collect(multiselect(
271-
label: 'Which Third Party AI Guidelines do you want to install?',
271+
label: 'Which third-party AI Guidelines do you want to install?',
272272
// @phpstan-ignore-next-line
273273
options: $options->mapWithKeys(function (array $guideline, string $name) {
274274
$humanName = str_replace('/core', '', $name);

0 commit comments

Comments
 (0)