Skip to content

Commit 40363c9

Browse files
sebastianblumwouterj
authored andcommitted
Fix: assets_version instead of asset_version
1 parent d43b845 commit 40363c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

reference/twig_reference.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,12 @@ Returns a public path to ``path``, which takes into account the base path set
116116
for the package and the URL path. More information in
117117
:ref:`book-templating-assets`.
118118

119-
asset_version
120-
~~~~~~~~~~~~~
119+
assets_version
120+
~~~~~~~~~~~~~~
121121

122122
.. code-block:: jinja
123123
124-
{{ asset_version(packageName) }}
124+
{{ assets_version(packageName) }}
125125
126126
``packageName``
127127
**type**: ``string`` | ``null`` **default**: ``null``

0 commit comments

Comments
 (0)