Skip to content

Commit b013b36

Browse files
committed
Merge branch '3.4' into 4.1
* 3.4: Grammar fix [Webpack Encore] Fixed code display
2 parents ae44cd8 + 091b213 commit b013b36

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

create_framework/http_foundation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ explicitly trust your reverse proxies by calling ``setTrustedProxies()``::
264264

265265
So, the ``getClientIp()`` method works securely in all circumstances. You can
266266
use it in all your projects, whatever the configuration is, it will behave
267-
correctly and safely. That's one of the goal of using a framework. If you were
267+
correctly and safely. That's one of the goals of using a framework. If you were
268268
to write a framework from scratch, you would have to think about all these
269269
cases by yourself. Why not using a technology that already works?
270270

frontend/encore/split-chunks.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ The logic for *when* and *how* to split the files is controlled by the
5050
`SplitChunksPlugin from Webpack`_. You can control the configuration passed to
5151
this plugin with the ``configureSplitChunks()`` function:
5252

53-
.. code-block:: js
54-
5553
.. code-block:: diff
5654
5755
Encore

0 commit comments

Comments
 (0)