Skip to content

Commit f6484ab

Browse files
committed
More changes
1 parent ef2c1f2 commit f6484ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mail.md

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

507507
php artisan vendor:publish --tag=laravel-mail
508508

509-
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.
509+
This command will publish the Markdown mail components to the `resources/views/vendor/mail` directory. The `mail` directory will contain an `html` and a `text` directory, each containing their respective representations of every available component. You are free to customize these components however you like.
510510

511511
#### Customizing The CSS
512512

notifications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ You may export all of the Markdown notification components to your own applicati
370370

371371
php artisan vendor:publish --tag=laravel-mail
372372

373-
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. You are free to customize these components however you like.
373+
This command will publish the Markdown mail components to the `resources/views/vendor/mail` directory. The `mail` directory will contain an `html` and a `markdown` directory, each containing their respective representations of every available component. You are free to customize these components however you like.
374374

375375
#### Customizing The CSS
376376

0 commit comments

Comments
 (0)