This commit is contained in:
Andrii Popov 2019-05-27 21:45:58 +03:00
parent b647f74996
commit b6ff836a49
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>