Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit55e5f63

Browse files
committed
minor#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#10674).Discussion----------Update code-splitting.rst - Typo<!--If your pull request fixes a BUG, use the oldest maintained branch that containsthe bug (seehttps://symfony.com/roadmap for the list of maintained branches).If your pull request documents a NEW FEATURE, use the same Symfony branch wherethe feature was introduced (and `master` for features of unreleased versions).-->Commits-------65fb552 Update code-splitting.rst
2 parents8265c4d +65fb552 commit55e5f63

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
constplayer=newVideoPlayer('some-element');
2121
});
2222
23-
In this example, theVidePlayer module and everything it imports will be packaged
23+
In this example, theVideoPlayer 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)

[8]ページ先頭

©2009-2025 Movatter.jp