Skip to content

Commit b094312

Browse files
committed
language tweak
1 parent 8427c3d commit b094312

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: book/routing.rst

+1-1
Original file line numberDiff line numberDiff 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

Diff for: book/templating.rst

+2-2
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)