Skip to content

Commit 593b92e

Browse files
committed
minor #13204 precised output for absolute_url (benjR)
This PR was submitted for the 5.0 branch but it was merged into the 4.4 branch instead (closes #13204). Discussion ---------- precised output for absolute_url <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 51068bb precised output for absolute_url
2 parents 6d7dce5 + 51068bb commit 593b92e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/twig_reference.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ absolute_url
237237
``path``
238238
**type**: ``string``
239239

240-
Returns the absolute URL from the passed relative path. Combine it with the
240+
Returns the absolute URL (with scheme and host) from the passed relative path. Combine it with the
241241
:ref:`asset() function <reference-twig-function-asset>` to generate absolute URLs
242242
for web assets. Read more about :ref:`Linking to CSS, JavaScript and Image Assets <templates-link-to-assets>`.
243243

0 commit comments

Comments
 (0)