File tree 2 files changed +3
-3
lines changed
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):
1577
1577
The ``url() `` PHP templating helper was introduced in Symfony 2.8. Prior
1578
1578
to 2.8, you had to use the ``generate() `` helper method with
1579
1579
``Symfony\Component\Routing\Generator\UrlGeneratorInterface::ABSOLUTE_URL ``
1580
- passed as third argument.
1580
+ passed as the third argument.
1581
1581
1582
1582
.. note ::
1583
1583
Original file line number Diff line number Diff line change @@ -711,7 +711,7 @@ tags:
711
711
712
712
<!-- The url() method was introduced in Symfony 2.8. Prior to 2.8, you
713
713
had to use generate() with UrlGeneratorInterface::ABSOLUTE_URL
714
- passed as third argument. -->
714
+ passed as the third argument. -->
715
715
<?php echo $view['actions']->render(
716
716
$view['router']->url('...'),
717
717
array('renderer' => 'hinclude')
@@ -1032,7 +1032,7 @@ correctly:
1032
1032
The ``url() `` PHP templating helper was introduced in Symfony 2.8. Prior
1033
1033
to 2.8, you had to use the ``generate() `` helper method with
1034
1034
``Symfony\Component\Routing\Generator\UrlGeneratorInterface::ABSOLUTE_URL ``
1035
- passed as third argument.
1035
+ passed as the third argument.
1036
1036
1037
1037
.. index ::
1038
1038
single: Templating; Linking to assets
You can’t perform that action at this time.
0 commit comments