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()``::
264264
265265So, the ``getClientIp() `` method works securely in all circumstances. You can
266266use 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
268268to write a framework from scratch, you would have to think about all these
269269cases by yourself. Why not using a technology that already works?
270270
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
5050`SplitChunksPlugin from Webpack `_. You can control the configuration passed to
5151this plugin with the ``configureSplitChunks() `` function:
5252
53- .. code-block :: js
54-
5553.. code-block :: diff
5654
5755 Encore
You can’t perform that action at this time.
0 commit comments