Skip to content

Commit 682e659

Browse files
committed
minor #10175 Fix typo (shard -> shared) (royklutman)
This PR was merged into the 3.4 branch. Discussion ---------- Fix typo (shard -> shared) Commits ------- d4be4cd Fix typo (shard -> shared)
2 parents e48c89b + d4be4cd commit 682e659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/encore/shared-entry.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ in your layout, *before* ``app.js``:
3939
4040
Before making this change, if both ``app.js`` and ``store.js`` require ``jquery``,
4141
then ``jquery`` would be packaged into *both* files, which is wasteful. By making
42-
``app.js`` your "shard" entry, *any* code required by ``app.js`` (like jQuery) will
42+
``app.js`` your "shared" entry, *any* code required by ``app.js`` (like jQuery) will
4343
*no longer* be packaged into any other files. The same is true for any CSS.
4444

4545
Because ``app.js`` contains all the common code that other entry files depend on,

0 commit comments

Comments
 (0)