diff --git a/Slim/Http/Request.php b/Slim/Http/Request.php index 083188476..741e45e65 100644 --- a/Slim/Http/Request.php +++ b/Slim/Http/Request.php @@ -23,7 +23,7 @@ * * This class represents an HTTP request. It manages * the request method, URI, headers, cookies, and body - * according to the PRS-7 standard. + * according to the PSR-7 standard. * * @link https://github.com/php-fig/http-message/blob/master/src/MessageInterface.php * @link https://github.com/php-fig/http-message/blob/master/src/RequestInterface.php