Skip to content

Commit 6759499

Browse files
committed
Rever PR #4829
1 parent 303c1f7 commit 6759499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mail.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ You may export all of the Markdown mail components to your own application for c
494494

495495
php artisan vendor:publish --tag=laravel-mail
496496

497-
This command will publish the Markdown mail components to the `resources/views/vendor/mail` directory. The `mail` directory will contain a `html` and a `markdown` directory, each containing their respective representations of every available component. The components in the `html` directory are used to generate the HTML version of your email, and their counterparts in the `markdown` directory are used to generate the plain-text version. You are free to customize these components however you like.
497+
This command will publish the Markdown mail components to the `resources/views/vendor/mail` directory. The `mail` directory will contain a `html` and a `text` directory, each containing their respective representations of every available component. You are free to customize these components however you like.
498498

499499
#### Customizing The CSS
500500

0 commit comments

Comments
 (0)