Skip to content

Commit e76f057

Browse files
committed
Spelling correction
1 parent 0fcf6d4 commit e76f057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/laravel-coderunner

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ define('LARAVEL_CODERUNNER_PROJECT_ROOT', LARAVEL_CODERUNNER_PROJECT_PATH . '/pu
99
define('LARAVEL_CODERUNNER_INSTALL_LARAVEL', 'composer run-script install-laravel -d ' . str_replace('/bin', '', __DIR__));
1010

1111
/*
12-
* Install or reset default larvel app
12+
* Install or reset the default Laravel app
1313
*/
1414
if (in_array($argv[1] ?? null, ['install-default', 'reset-default'])) {
1515
echo 'Installing default laravel app.' . PHP_EOL;

0 commit comments

Comments
 (0)