Fix a typo in api.rst

This commit is contained in:
Dmitriy Fishman
2021-11-29 07:20:05 +02:00
committed by GitHub
parent e2a0b873cc
commit 68d59ab8c4
+1 -1
View File
@@ -182,7 +182,7 @@ Namespaced templates can be accessed via the special
$twig->render('@admin/index.html', []);
``\Twig\Loader\FilesystemLoader`` support absolute and relative paths. Using relative
``\Twig\Loader\FilesystemLoader`` supports absolute and relative paths. Using relative
paths is preferred as it makes the cache keys independent of the project root
directory (for instance, it allows warming the cache from a build server where
the directory might be different from the one used on production servers)::