We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 614d10f commit 75d9299Copy full SHA for 75d9299
src/Console/InstallCommand.php
@@ -268,7 +268,7 @@ protected function selectAiGuidelines(): Collection
268
}
269
270
return collect(multiselect(
271
- label: 'Which Third Party AI Guidelines do you want to install?',
+ label: 'Which third-party AI Guidelines do you want to install?',
272
// @phpstan-ignore-next-line
273
options: $options->mapWithKeys(function (array $guideline, string $name) {
274
$humanName = str_replace('/core', '', $name);
0 commit comments