Skip to content

Commit

Permalink
Spelling in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Wazabii committed Dec 27, 2023
1 parent 1ae4c0e commit b817a5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public function withMethod(string $method): RequestInterface
}

/**
* Get URI instance with set request messege
* Get URI instance with set request message
* @return UriInterface
*/
public function getUri(): UriInterface
Expand All @@ -103,7 +103,7 @@ public function withUri(UriInterface $uri, $preserveHost = false): RequestInterf
}

/**
* Chech if is request is SSL
* Check if is request is SSL
* @return bool
*/
public function isSSL(): bool
Expand Down

0 comments on commit b817a5e

Please sign in to comment.