Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb094312

Browse files
committed
language tweak
1 parent8427c3d commitb094312

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎book/routing.rst

Lines changed: 1 addition & 1 deletion
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 asthethird argument.
15811581

15821582
..note::
15831583

‎book/templating.rst

Lines changed: 2 additions & 2 deletions
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 asthethird 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 asthethird argument.
10361036

10371037
..index::
10381038
single: Templating; Linking to assets

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp