Fix a typo in comment

Typo
This commit is contained in:
Nick 2017-05-17 22:09:07 +12:00 committed by GitHub
parent 471166c15e
commit dddf88278c

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