Skip to content

Commit a7782db

Browse files
Исправление грамматических ошибок
1 parent c3bac6b commit a7782db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Headers.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ public function get(string $key): string
121121
{
122122
if (!$this->has($key))
123123
{
124-
throw new InvalidArgumentException("Заголоков {$key} отсутсвует.");
124+
throw new InvalidArgumentException("Заголовок {$key} отсутствует.");
125125
}
126126

127127
return $this->headers[$key];

0 commit comments

Comments
 (0)