From 61176b53ec3021803b4431ff6e6b2185efb0fbf5 Mon Sep 17 00:00:00 2001 From: salmanarshad321 Date: Mon, 15 Mar 2021 20:59:24 +0530 Subject: [PATCH] fixed typo (#6913) --- artisan.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artisan.md b/artisan.md index c2810d6fd8e..489c13e5e5f 100644 --- a/artisan.md +++ b/artisan.md @@ -590,7 +590,7 @@ If you would like to call another console command and suppress all of its output ## Stub Customization -The Artisan console's `make` commands are used to create a variety of classes, such as controllers, jobs, migrations, and tests. These classes are generated using "stub" files that are populated with values based on your input. However, you may want to to make small changes to files generated by Artisan. To accomplish this, you may use the `stub:publish` command to publish the most common stubs to your application so that you can customize them: +The Artisan console's `make` commands are used to create a variety of classes, such as controllers, jobs, migrations, and tests. These classes are generated using "stub" files that are populated with values based on your input. However, you may want to make small changes to files generated by Artisan. To accomplish this, you may use the `stub:publish` command to publish the most common stubs to your application so that you can customize them: php artisan stub:publish