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

Skip to content

Commit 55e5f63

Browse files
committed
minor symfony#10674 Update code-splitting.rst - Typo (youknowme786)
This PR was submitted for the 4.1 branch but it was merged into the 3.4 branch instead (closes symfony#10674). Discussion ---------- Update code-splitting.rst - Typo <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 65fb552 Update code-splitting.rst
2 parents 8265c4d + 65fb552 commit 55e5f63

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)