File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1577,7 +1577,7 @@ URL) rather than the ``path()`` function (which generates a relative URL):
15771577 The ``url() `` PHP templating helper was introduced in Symfony 2.8. Prior
15781578 to 2.8, you had to use the ``generate() `` helper method with
15791579 ``Symfony\Component\Routing\Generator\UrlGeneratorInterface::ABSOLUTE_URL ``
1580- passed as third argument.
1580+ passed as the third argument.
15811581
15821582.. note ::
15831583
Original file line number Diff line number Diff line change @@ -711,7 +711,7 @@ tags:
711711
712712 <!-- The url() method was introduced in Symfony 2.8. Prior to 2.8, you
713713 had to use generate() with UrlGeneratorInterface::ABSOLUTE_URL
714- passed as third argument. -->
714+ passed as the third argument. -->
715715 <?php echo $view['actions']->render(
716716 $view['router']->url('...'),
717717 array('renderer' => 'hinclude')
@@ -1032,7 +1032,7 @@ correctly:
10321032 The ``url() `` PHP templating helper was introduced in Symfony 2.8. Prior
10331033 to 2.8, you had to use the ``generate() `` helper method with
10341034 ``Symfony\Component\Routing\Generator\UrlGeneratorInterface::ABSOLUTE_URL ``
1035- passed as third argument.
1035+ passed as the third argument.
10361036
10371037.. index ::
10381038 single: Templating; Linking to assets
You can’t perform that action at this time.
0 commit comments