Skip to content

Commit 16e189c

Browse files
author
Andrey Helldar
authored
Update README.md
1 parent c0f0879 commit 16e189c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ This behavior includes [errors.php](https://github.com/andrey-helldar/lang-trans
9292

9393
return [
9494
'unknownError' => 'Unknown Error',
95-
'0' => 'Unknown Error',
95+
'0' => 'Unknown Error',
9696

9797
'100' => 'Continue',
9898
'101' => 'Switching Protocols',
@@ -118,7 +118,7 @@ The peculiarity of the package is that it takes the values of the source file an
118118

119119
return [
120120
'unknownError' => 'Unknown Error',
121-
0 => 'Unknown Error',
121+
0 => 'Unknown Error',
122122

123123
100 => 'Continue',
124124
'Switching Protocols',

0 commit comments

Comments
 (0)