From f68e5bb598c8436c38db160b5a6d1d5dcc5133b8 Mon Sep 17 00:00:00 2001 From: Mark Story Date: Thu, 25 Feb 2016 00:28:27 -0500 Subject: [PATCH] Correct typo I think this is supposed to be PSR not PRS. --- Slim/Http/Request.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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