Skip to content

Commit 25703bb

Browse files
committed
Merge pull request #3127 from bicpi/fix_templating_typo
[Components][Templating] Fix typo
2 parents a323579 + cd30516 commit 25703bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/templating/helpers/assetshelper.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ generating asset paths:
1414
<img src="<?php echo $view['assets']->getUrl('images/logo.png') ?>">
1515

1616
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``).
17+
the paths in case your assets live in a sub-directory of your host (e.g. ``http://example.com/app``).
1818

1919
Configure Paths
2020
---------------

0 commit comments

Comments
 (0)