Skip to content

Commit 06b1ee6

Browse files
committed
minor #10652 Grammar fix (NathanGiesbrecht)
This PR was submitted for the master branch but it was merged into the 2.8 branch instead (closes #10652). Discussion ---------- Grammar fix <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 6a9821e Grammar fix
2 parents d175050 + 6a9821e commit 06b1ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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

0 commit comments

Comments
 (0)