fixed typo

This commit is contained in:
Fabien Potencier 2019-03-23 16:11:21 +01:00
parent d6c0de2f1b
commit f206538c79

View File

@ -21,7 +21,7 @@ CHANGELOG
* renamed `GetResponseForControllerResultEvent` to `ViewEvent`
* renamed `GetResponseForExceptionEvent` to `ExceptionEvent`
* renamed `PostResponseEvent` to `TerminateEvent`
* added `RealHttpKernel` for handling requests with an `HttpClientInterface` instance
* added `HttpClientKernel` for handling requests with an `HttpClientInterface` instance
4.2.0
-----