Skip to content

Commit 25cdb5a

Browse files
committed
minor #7995 Fix typo (spbentz)
This PR was submitted for the 3.3 branch but it was merged into the 2.7 branch instead (closes #7995). Discussion ---------- Fix typo Unknown "assets_version" function. Did you mean "asset_version"? Commits ------- b951ba8 Fix typo
2 parents 0ce5b59 + b951ba8 commit 25cdb5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/twig_reference.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,12 +130,12 @@ set for the package and the URL path. More information in
130130
:ref:`templating-assets`. For asset versioning, see
131131
:ref:`reference-framework-assets-version`.
132132

133-
assets_version
133+
asset_version
134134
~~~~~~~~~~~~~~
135135

136136
.. code-block:: twig
137137
138-
{{ assets_version(packageName = null) }}
138+
{{ asset_version(packageName = null) }}
139139
140140
``packageName`` *(optional)*
141141
**type**: ``string`` | ``null`` **default**: ``null``

0 commit comments

Comments
 (0)