Skip to content

Fixed typo in Encore/Shared-Entry page #8031

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions frontend/encore/shared-entry.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ that's included on every page:

Encore
// ...
.addEntry('page1', 'asssets/js/page1.js')
.addEntry('page2', 'asssets/js/page2.js')
.addEntry('page1', 'assets/js/page1.js')
.addEntry('page2', 'assets/js/page2.js')

// this creates a 'vendor.js' file with jquery and the bootstrap JS module
// these modules will *not* be included in page1.js or page2.js anymore
Expand Down