Skip to content

Commit 6887763

Browse files
committed
formatting
1 parent 3f4b946 commit 6887763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,6 @@ Laravel makes it easy to display custom error pages for various HTTP status code
156156

157157
<h2>{{ $exception->getMessage() }}</h2>
158158

159-
You may also publish the error pages which ship with Laravel and customize them to your liking:
159+
You may publish Laravel's error page templates using the `vendor:publish` Artisan command. Once the templates have been published, you may customize them to your liking:
160160

161161
php artisan vendor:publish --tag=laravel-errors

0 commit comments

Comments
 (0)