Skip to content

Commit 391b1ee

Browse files
committed
minor #6995 the least -> least (konrados)
This PR was submitted for the 3.1 branch but it was merged into the 2.7 branch instead (closes #6995). Discussion ---------- the least -> least Commits ------- 8992b7d Update http_foundation.rst
2 parents ee5d10f + 8992b7d commit 391b1ee

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
@@ -226,7 +226,7 @@ With the ``Response`` class, you can easily tweak the response::
226226
To debug a response, cast it to a string; it will return the HTTP
227227
representation of the response (headers and content).
228228

229-
Last but not the least, these classes, like every other class in the Symfony
229+
Last but not least, these classes, like every other class in the Symfony
230230
code, have been `audited`_ for security issues by an independent company. And
231231
being an Open-Source project also means that many other developers around the
232232
world have read the code and have already fixed potential security problems.

0 commit comments

Comments
 (0)