Skip to content

Commit 614d10f

Browse files
authored
Update InstallCommand.php
1 parent 79fe9e3 commit 614d10f

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
@@ -247,7 +247,7 @@ protected function selectBoostFeatures(): Collection
247247
if (confirm(
248248
label: 'Would you like to install Herd MCP alongside Boost MCP?',
249249
default: $this->config->getHerdMcp(),
250-
hint: 'Herd MCP provides additional tools like browser logs, that can help AI understand issues better',
250+
hint: 'The Herd MCP provides additional tools like browser logs, which can help AI understand issues better',
251251
)) {
252252
$features->push('herd_mcp');
253253
}

0 commit comments

Comments
 (0)