We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a323579 + cd30516 commit 25703bbCopy full SHA for 25703bb
components/templating/helpers/assetshelper.rst
@@ -14,7 +14,7 @@ generating asset paths:
14
<img src="<?php echo $view['assets']->getUrl('images/logo.png') ?>">
15
16
The assets helper can then be configured to render paths to a CDN or modify
17
-the paths in case your assets live in a sub-directory if your host (e.g. ``http://example.com/app``).
+the paths in case your assets live in a sub-directory of your host (e.g. ``http://example.com/app``).
18
19
Configure Paths
20
---------------
0 commit comments