Merge branch '3.4' into 4.2

* 3.4:
  fix typo
This commit is contained in:
Nicolas Grekas 2019-05-28 10:20:12 +02:00
commit 82a1ebf57e
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ use Symfony\Component\HttpKernel\UriSigner;
* All URL paths starting with /_fragment are handled as
* content fragments by this listener.
*
* If throws an AccessDeniedHttpException exception if the request
* Throws an AccessDeniedHttpException exception if the request
* is not signed or if it is not an internal sub-request.
*
* @author Fabien Potencier <fabien@symfony.com>