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.
2 parents e48c89b + d4be4cd commit 682e659Copy full SHA for 682e659
frontend/encore/shared-entry.rst
@@ -39,7 +39,7 @@ in your layout, *before* ``app.js``:
39
40
Before making this change, if both ``app.js`` and ``store.js`` require ``jquery``,
41
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
+``app.js`` your "shared" entry, *any* code required by ``app.js`` (like jQuery) will
43
*no longer* be packaged into any other files. The same is true for any CSS.
44
45
Because ``app.js`` contains all the common code that other entry files depend on,
0 commit comments