8000 minor #8031 Fixed typo in Encore/Shared-Entry page (King2500) · symfony/symfony-docs@0aba67d · GitHub
[go: up one dir, main page]

Skip to content

Commit 0aba67d

Browse files
committed
minor #8031 Fixed typo in Encore/Shared-Entry page (King2500)
This PR was submitted for the master branch but it was merged into the 3.3 branch instead (closes #8031). Discussion ---------- Fixed typo in Encore/Shared-Entry page *see changes* I think "asssets" with 3 "s" was not intended.. ;) Commits ------- 4e236a1 Fixed typo in Encore/Shared-Entry page
2 parents edd0e4f + 4e236a1 commit 0aba67d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/encore/shared-entry.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ that's included on every page:
1010
1111
Encore
1212
// ...
13-
.addEntry('page1', 'asssets/js/page1.js')
14-
.addEntry('page2', 'asssets/js/page2.js')
13+
.addEntry('page1', 'assets/js/page1.js')
14+
.addEntry('page2', 'assets/js/page2.js')
1515
1616
// this creates a 'vendor.js' file with jquery and the bootstrap JS module
1717
// these modules will *not* be included in page1.js or page2.js anymore

0 commit comments

Comments
 (0)
0