diff --git a/components/http_foundation.rst b/components/http_foundation.rst index f7dc03fab68..fc53550be2a 100644 --- a/components/http_foundation.rst +++ b/components/http_foundation.rst @@ -407,7 +407,7 @@ address, it uses a certain HTTP method, etc.): * :class:`Symfony\\Component\\HttpFoundation\\RequestMatcher\\ExpressionRequestMatcher` * :class:`Symfony\\Component\\HttpFoundation\\RequestMatcher\\HostRequestMatcher` * :class:`Symfony\\Component\\HttpFoundation\\RequestMatcher\\IpsRequestMatcher` -* :class:`Symfony\\Component\\HttpFoundation\\RequestMatcher\\IsJsonMatcher` +* :class:`Symfony\\Component\\HttpFoundation\\RequestMatcher\\IsJsonRequestMatcher` * :class:`Symfony\\Component\\HttpFoundation\\RequestMatcher\\MethodRequestMatcher` * :class:`Symfony\\Component\\HttpFoundation\\RequestMatcher\\PathRequestMatcher` * :class:`Symfony\\Component\\HttpFoundation\\RequestMatcher\\PortRequestMatcher`