Skip to content

Commit faaa510

Browse files
committed
minor #7098 Improved Redirecting paragraph of Testing page (ShinDarth)
This PR was merged into the 2.7 branch. Discussion ---------- Improved Redirecting paragraph of Testing page Commits ------- 91bffcb Improved Redirecting paragraph of Testing page
2 parents cbb92b0 + 91bffcb commit faaa510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing.rst

Lines changed: 1 addition & 1 deletion
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)