Skip to content

Commit 296e282

Browse files
Fix minor typo in config (#86)
1 parent 61435ff commit 296e282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workbench/config/solo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
'Make' => new MakeCommand,
2222
// 'HTTP' => 'php artisan serve',
2323

24-
// Lazy commands do no automatically start when Solo starts.
24+
// Lazy commands do not automatically start when Solo starts.
2525
'Dumps' => Command::from('php artisan solo:dumps')->lazy(),
2626
'Reverb' => Command::from('php artisan reverb')->lazy(),
2727
'Pint' => Command::from('./vendor/bin/pint --ansi')->lazy(),

0 commit comments

Comments
 (0)