Skip to content

Commit 52443ff

Browse files
committed
minor #199 Fixing typo 3rg and minor rewording (ThomasLandauer)
This PR was squashed before being merged into the main branch. Discussion ---------- Fixing typo `3rg` and minor rewording Same as symfony/recipes#1162 Commits ------- b78fb4f Fixing typo `3rg` and minor rewording
2 parents 962265f + b78fb4f commit 52443ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ webpack_encore:
4444

4545
# if you have multiple builds:
4646
# builds:
47-
# pass "frontend" as the 3rg arg to the Twig functions
48-
# {{ encore_entry_script_tags('entry1', null, 'frontend') }}
49-
5047
# frontend: '%kernel.project_dir%/public/frontend/build'
48+
49+
# pass the build name" as the 3rd argument to the Twig functions
50+
# {{ encore_entry_script_tags('entry1', null, 'frontend') }}
5151

5252
# Cache the entrypoints.json (rebuild Symfony's cache when entrypoints.json changes)
5353
# Available in version 1.2

0 commit comments

Comments
 (0)