Skip to content

Commit 554fc00

Browse files
committed
minor #15799 Typo and grammar fix in http_foundation.rst (theoboldalex)
This PR was submitted for the 5.3 branch but it was merged into the 4.4 branch instead. Discussion ---------- Typo and grammar fix in http_foundation.rst One typo fix and re-ordered wording of a sentence for correct English grammar. <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases 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 `5.x` for features of unreleased versions). --> Commits ------- c307041 typo and grammar fix
2 parents 990087a + c307041 commit 554fc00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

create_framework/http_foundation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ top of the Symfony components is better than creating a framework from scratch.
1111

1212
We won't talk about the traditional benefits of using a framework when
1313
working on big applications with more than a few developers; the Internet
14-
has already plenty of good resources on that topic.
14+
already has plenty of good resources on that topic.
1515

1616
Even if the "application" we wrote in the previous chapter was simple enough,
1717
it suffers from a few problems::
@@ -265,7 +265,7 @@ So, the ``getClientIp()`` method works securely in all circumstances. You can
265265
use it in all your projects, whatever the configuration is, it will behave
266266
correctly and safely. That's one of the goals of using a framework. If you were
267267
to write a framework from scratch, you would have to think about all these
268-
cases by yourself. Why not using a technology that already works?
268+
cases by yourself. Why not use a technology that already works?
269269

270270
.. note::
271271

0 commit comments

Comments
 (0)