Skip to content

Commit 69f19c9

Browse files
committed
tweaks from Javier!
1 parent b96361c commit 69f19c9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

frontend.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ fast frontend, *and* enjoy the process:
1212
entirely in PHP, doesn't require any build step and leverages modern web standards.
1313

1414
* :ref:`Webpack Encore <frontend-webpack-encore>` is built with `Node.js`_
15-
on top of `Webpack`_ and.
15+
on top of `Webpack`_.
1616

1717
================================ ================================== ==========
1818
AssetMapper Encore

frontend/encore/split-chunks.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Encore: Preventing Duplication by "Splitting" Shared Code
2-
=========================================================
1+
Preventing Duplication by "Splitting" Shared Code with Webpack Encore
2+
=====================================================================
33

44
Suppose you have multiple entry files and *each* requires ``jquery``. In this
55
case, *each* output file will contain jQuery, making your files much larger than

0 commit comments

Comments
 (0)