Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom authored Aug 8, 2019
1 parent fc2cc68 commit 002ab70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/proxy-clients.rst
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ dispatcher as explained above and pass it to the Fastly client::

use FOS\HttpCache\ProxyClient\Fastly;

$varnish = new Fastly($httpDispatcher);
$fastly = new Fastly($httpDispatcher);

.. note::

Expand Down Expand Up @@ -195,7 +195,7 @@ A full example could look like this::
];
$requestFactory = new MyRequestFactory();

$varnish = new Fastly($httpDispatcher, $options, $requestFactory);
$fastly = new Fastly($httpDispatcher, $options, $requestFactory);

NGINX Client
~~~~~~~~~~~~
Expand Down

0 comments on commit 002ab70

Please sign in to comment.