Skip to content

Commit b951ba8

Browse files
spbentzxabbuh
authored andcommitted
Fix typo
Unknown "assets_version" function. Did you mean "asset_version"?
1 parent 0ce5b59 commit b951ba8

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)