Skip to content

Commit 835425f

Browse files
committed
Merge pull request #1778 from markstory/patch-1
Correct typo
2 parents d578da3 + f68e5bb commit 835425f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Slim/Http/Request.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*
2424
* This class represents an HTTP request. It manages
2525
* the request method, URI, headers, cookies, and body
26-
* according to the PRS-7 standard.
26+
* according to the PSR-7 standard.
2727
*
2828
* @link https://github.com/php-fig/http-message/blob/master/src/MessageInterface.php
2929
* @link https://github.com/php-fig/http-message/blob/master/src/RequestInterface.php

0 commit comments

Comments
 (0)