From aec97fd0a216d715f281e2832c04e972dfbb460d Mon Sep 17 00:00:00 2001 From: Sebastian Paczkowski <74934099+sebpacz@users.noreply.github.com> Date: Fri, 26 Nov 2021 21:37:48 +0100 Subject: [PATCH] [Testing] Fix grammar issue --- testing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing.rst b/testing.rst index b4e351cd32a..07b79a45bec 100644 --- a/testing.rst +++ b/testing.rst @@ -573,7 +573,7 @@ will no longer be followed:: Making AJAX Requests .................... -The client provides a +The client provides an :method:`Symfony\\Component\\BrowserKit\\AbstractBrowser::xmlHttpRequest` method, which has the same arguments as the ``request()`` method and is a shortcut to make AJAX requests::