Merge pull request #6925 from nfauchelle/patch-2

Fix a typo in comment
This commit is contained in:
Damian Mooyman 2017-05-17 22:47:42 +12:00 committed by GitHub
commit ef3f088b0d

View File

@ -316,7 +316,7 @@ class HTTPRequest implements ArrayAccess
* Checks if the {@link HTTPRequest->getExtension()} on this request matches one of the more common media types * Checks if the {@link HTTPRequest->getExtension()} on this request matches one of the more common media types
* embedded into a webpage - e.g. css, png. * embedded into a webpage - e.g. css, png.
* *
* This is useful for things like determining wether to display a fully rendered error page or not. Note that the * This is useful for things like determining whether to display a fully rendered error page or not. Note that the
* media file types is not at all comprehensive. * media file types is not at all comprehensive.
* *
* @return bool * @return bool