Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 65fb552

Browse files
youknowme786javiereguiluz
authored andcommitted
Update code-splitting.rst
1 parent 8265c4d commit 65fb552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/encore/code-splitting.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ clicked a link:
2020
const player = new VideoPlayer('some-element');
2121
});
2222
23-
In this example, the VidePlayer module and everything it imports will be packaged
23+
In this example, the VideoPlayer module and everything it imports will be packaged
2424
into the final, built JavaScript file, even though it may not be very common for
2525
someone to actually need it. A better solution is to use `dynamic imports`_: load
2626
the code via AJAX when it's needed:

0 commit comments

Comments
 (0)