From 23b9c31bd401c090a7c6830c5b1c2862a1b1bfb4 Mon Sep 17 00:00:00 2001 From: Florian Bastien Date: Thu, 23 Jan 2020 19:11:25 +0100 Subject: [PATCH] Fixed typo --- reference/twig_reference.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/twig_reference.rst b/reference/twig_reference.rst index 6725f9a7f46..70c2d286a66 100644 --- a/reference/twig_reference.rst +++ b/reference/twig_reference.rst @@ -98,7 +98,7 @@ asset Returns the public path of the given asset path (which can be a CSS file, a JavaScript file, an image path, etc.). This function takes into account where the application is installed (e.g. in case the project is accessed in a host -subirectory) and the optional asset package base path. +subdirectory) and the optional asset package base path. Symfony provides various cache busting implementations via the :ref:`reference-framework-assets-version`, :ref:`reference-assets-version-strategy`,