Skip to content

Commit c307041

Browse files
theoboldalexjaviereguiluz
authored andcommitted
typo and grammar fix
One typo fix and re-ordered wording of a sentence for correct English grammar.
1 parent 990087a commit c307041

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)