Skip to content

Commit 91bffcb

Browse files
Improved Redirecting paragraph of Testing page
1 parent cbb92b0 commit 91bffcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ afterwards with the ``followRedirect()`` method::
505505
$crawler = $client->followRedirect();
506506

507507
If you want the client to automatically follow all redirects, you can
508-
force him with the ``followRedirects()`` method::
508+
force them by calling the ``followRedirects()`` method before performing the request::
509509

510510
$client->followRedirects();
511511

0 commit comments

Comments
 (0)