We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8265c4d commit 65fb552Copy full SHA for 65fb552
frontend/encore/code-splitting.rst
@@ -20,7 +20,7 @@ clicked a link:
20
const player = new VideoPlayer('some-element');
21
});
22
23
-In this example, the VidePlayer module and everything it imports will be packaged
+In this example, the VideoPlayer module and everything it imports will be packaged
24
into the final, built JavaScript file, even though it may not be very common for
25
someone to actually need it. A better solution is to use `dynamic imports`_: load
26
the code via AJAX when it's needed:
0 commit comments