File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -264,7 +264,7 @@ explicitly trust your reverse proxies by calling ``setTrustedProxies()``::
264
264
265
265
So, the ``getClientIp() `` method works securely in all circumstances. You can
266
266
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
268
268
to write a framework from scratch, you would have to think about all these
269
269
cases by yourself. Why not using a technology that already works?
270
270
Original file line number Diff line number Diff line change @@ -50,8 +50,6 @@ The logic for *when* and *how* to split the files is controlled by the
50
50
`SplitChunksPlugin from Webpack `_. You can control the configuration passed to
51
51
this plugin with the ``configureSplitChunks() `` function:
52
52
53
- .. code-block :: js
54
-
55
53
.. code-block :: diff
56
54
57
55
Encore
You can’t perform that action at this time.
0 commit comments