Browse Source

Fix a typo in the annotation

antograssiot 8 years ago
parent
commit
c48a34880e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Http/Response.php

+ 1 - 1
src/Http/Response.php

@@ -1184,7 +1184,7 @@ class Response implements ResponseInterface
      * Sets the correct headers to instruct the client to not cache the response
      *
      * @return void
-     * @deprected 3.4.0 Use withDisabledCache() instead.
+     * @deprecated 3.4.0 Use withDisabledCache() instead.
      */
     public function disableCache()
     {