Skip to content

Commit 0338f96

Browse files
committed
lower case request since it's not talking about the class
1 parent 78ece84 commit 0338f96

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
@@ -189,8 +189,8 @@ this is done via the "path info" of the request, which can be accessed via the
189189
Simulating a Request
190190
~~~~~~~~~~~~~~~~~~~~
191191

192-
Instead of creating a Request based on the PHP globals, you can also simulate
193-
a Request::
192+
Instead of creating a request based on the PHP globals, you can also simulate
193+
a request::
194194

195195
$request = Request::create(
196196
'/hello-world',

0 commit comments

Comments
 (0)