Skip to content

Commit

Permalink
language tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Nov 30, 2015
1 parent 8427c3d commit b094312
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion book/routing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1577,7 +1577,7 @@ URL) rather than the ``path()`` function (which generates a relative URL):
The ``url()`` PHP templating helper was introduced in Symfony 2.8. Prior
to 2.8, you had to use the ``generate()`` helper method with
``Symfony\Component\Routing\Generator\UrlGeneratorInterface::ABSOLUTE_URL``
passed as third argument.
passed as the third argument.

.. note::

Expand Down
4 changes: 2 additions & 2 deletions book/templating.rst
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ tags:
<!-- The url() method was introduced in Symfony 2.8. Prior to 2.8, you
had to use generate() with UrlGeneratorInterface::ABSOLUTE_URL
passed as third argument. -->
passed as the third argument. -->
<?php echo $view['actions']->render(
$view['router']->url('...'),
array('renderer' => 'hinclude')
Expand Down Expand Up @@ -1032,7 +1032,7 @@ correctly:
The ``url()`` PHP templating helper was introduced in Symfony 2.8. Prior
to 2.8, you had to use the ``generate()`` helper method with
``Symfony\Component\Routing\Generator\UrlGeneratorInterface::ABSOLUTE_URL``
passed as third argument.
passed as the third argument.

.. index::
single: Templating; Linking to assets
Expand Down

0 comments on commit b094312

Please sign in to comment.