diff --git a/testing.rst b/testing.rst index f46f169bb35..2eb21043803 100644 --- a/testing.rst +++ b/testing.rst @@ -505,7 +505,7 @@ afterwards with the ``followRedirect()`` method:: $crawler = $client->followRedirect(); If you want the client to automatically follow all redirects, you can -force him with the ``followRedirects()`` method:: +force them by calling the ``followRedirects()`` method before performing the request:: $client->followRedirects();