mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fixing typo in docblock
This commit is contained in:
parent
a7662eba57
commit
6839f0c450
1 changed files with 1 additions and 1 deletions
|
@ -902,7 +902,7 @@ class CakeResponse {
|
|||
/**
|
||||
* Sets the response Etag, Etags are a strong indicative that a response
|
||||
* can be cached by a HTTP client. A bad way of generaing Etags is
|
||||
* creating a hash of teh response output, instead generate a unique
|
||||
* creating a hash of the response output, instead generate a unique
|
||||
* hash of the unique components that identifies a request, such as a
|
||||
* modification time, a resource Id, and anything else you consider it
|
||||
* makes it unique.
|
||||
|
|
Loading…
Reference in a new issue