Skip to content

Commit

Permalink
Merge pull request #668 from benoitMariaux/patch-1
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
makasim committed Nov 27, 2015
2 parents 9976262 + 6af7ecf commit 471a261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/doc/basic-usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ If you need to access filtered image URL in your controller:

.. code-block:: php
$this->get('liip_imagine.cache.manager')->getBrowserPath('/relative/path/to/image.jpg', 'my_thumb', true),
$this->get('liip_imagine.cache.manager')->getBrowserPath('/relative/path/to/image.jpg', 'my_thumb'),
In this case, the final rendered path would contain some random data in the
path ``/media/cache/my_thumb/S8rrlhhQ/relative/path/to/image.jpg``. This is where
Expand Down

0 comments on commit 471a261

Please sign in to comment.