Skip to content

Commit

Permalink
minor #199 Fixing typo 3rg and minor rewording (ThomasLandauer)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
weaverryan committed Dec 12, 2022
2 parents 962265f + b78fb4f commit 52443ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ webpack_encore:

# if you have multiple builds:
# builds:
# pass "frontend" as the 3rg arg to the Twig functions
# {{ encore_entry_script_tags('entry1', null, 'frontend') }}

# frontend: '%kernel.project_dir%/public/frontend/build'

# pass the build name" as the 3rd argument to the Twig functions
# {{ encore_entry_script_tags('entry1', null, 'frontend') }}

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

0 comments on commit 52443ff

Please sign in to comment.