Skip to content

Commit b817a5e

Browse files
author
Wazabii
committed
Spelling in comment
1 parent 1ae4c0e commit b817a5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Request.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public function withMethod(string $method): RequestInterface
7878
}
7979

8080
/**
81-
* Get URI instance with set request messege
81+
* Get URI instance with set request message
8282
* @return UriInterface
8383
*/
8484
public function getUri(): UriInterface
@@ -103,7 +103,7 @@ public function withUri(UriInterface $uri, $preserveHost = false): RequestInterf
103103
}
104104

105105
/**
106-
* Chech if is request is SSL
106+
* Check if is request is SSL
107107
* @return bool
108108
*/
109109
public function isSSL(): bool

0 commit comments

Comments
 (0)