Skip to content

Commit

Permalink
Fix typo in command description
Browse files Browse the repository at this point in the history
  • Loading branch information
guizoxxv committed Jul 22, 2024
1 parent 6a32451 commit 9aecff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/InstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class InstallCommand extends VendorInstallCommand
*
* @var string
*/
protected $description = 'Install the Breeze controllers and resources using the Boostrap stack';
protected $description = 'Install the Breeze controllers and resources using the Bootstrap stack';

/**
* Execute the console command.
Expand Down

0 comments on commit 9aecff2

Please sign in to comment.