Skip to content

Commit 69a3cf2

Browse files
authored
Merge pull request #3827 from TimeZHero/patch-1
typo in 408 default_error_message
2 parents 239e60d + 9b42ccf commit 69a3cf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/resources/error_views/408.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
@section('description')
1212
@php
13-
$default_error_message = "Please <a href='javascript:history.back()''>go back</a>, refresh the page and tru again.";
13+
$default_error_message = "Please <a href='javascript:history.back()''>go back</a>, refresh the page and try again.";
1414
1515
@endphp
1616
{!! isset($exception)? ($exception->getMessage()?$exception->getMessage():$default_error_message): $default_error_message !!}
17-
@endsection
17+
@endsection

0 commit comments

Comments
 (0)