Skip to content

Commit 9aecff2

Browse files
committed
Fix typo in command description
1 parent 6a32451 commit 9aecff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/InstallCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class InstallCommand extends VendorInstallCommand
2424
*
2525
* @var string
2626
*/
27-
protected $description = 'Install the Breeze controllers and resources using the Boostrap stack';
27+
protected $description = 'Install the Breeze controllers and resources using the Bootstrap stack';
2828

2929
/**
3030
* Execute the console command.

0 commit comments

Comments
 (0)