8000 Fixed typo in Encore/Shared-Entry page · symfony/symfony-docs@4e236a1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4e236a1

Browse files
King2500weaverryan
authored andcommitted
Fixed typo in Encore/Shared-Entry page
1 parent edd0e4f commit 4e236a1

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