Skip to content

Commit cf7cea2

Browse files
committed
Fix typo
1 parent c46ac6a commit cf7cea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Models/ResultAbstract.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ abstract class ResultAbstract implements ResultContract
1414
protected ?int $statusCode;
1515
protected ?string $content;
1616
/**
17-
* handel response comeing from request
17+
* handel response coming from request
1818
* @var ResponseInterface|null
1919
*/
2020
protected ?ResponseInterface $response;

0 commit comments

Comments
 (0)