Skip to content

Commit d4be4cd

Browse files
authored
Fix typo (shard -> shared)
1 parent e48c89b commit d4be4cd

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)