Skip to content

Commit 6ec07f7

Browse files
committed
[HttpFoundation] Fixing some minor language
1 parent 54fa3be commit 6ec07f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/http_foundation/introduction.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,8 @@ argument::
167167

168168
.. _component-foundation-attributes:
169169

170-
Last, but not the least, you can also store additional data in the request,
171-
thanks to the ``attributes`` public property, which is also an instance of
170+
Finally, you can also store additional data in the request,
171+
thanks to the public ``attributes`` property, which is also an instance of
172172
:class:`Symfony\\Component\\HttpFoundation\\ParameterBag`. This is mostly used
173173
to attach information that belongs to the Request and that needs to be
174174
accessed from many different points in your application. For information

0 commit comments

Comments
 (0)