Skip to content

Commit

Permalink
Improved Redirecting paragraph of Testing page
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Borzi authored and FrancescoBorzi committed Oct 28, 2016
1 parent cbb92b0 commit 1b07199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 him by calling the ``followRedirects()`` method before performing the request::

$client->followRedirects();

Expand Down

0 comments on commit 1b07199

Please sign in to comment.