@@ -199,9 +199,9 @@ a request::
199199 );
200200
201201The:method: `Symfony\\ Component\\ HttpFoundation\\ Request::create ` method
202- creates a request based on apath info , a method and some parameters (the
202+ creates a request based on aURI , a method and some parameters (the
203203query parameters or the request ones depending on the HTTP method); and of
204- course, youan also override all other variables as well (by default, Symfony
204+ course, youcan also override all other variables as well (by default, Symfony
205205creates sensible defaults for all the PHP global variables).
206206
207207Based on such a request, you can override the PHP global variables via
@@ -223,7 +223,7 @@ If you have a session attached to the Request, you can access it via the
223223:method: `Symfony\\ Component\\ HttpFoundation\\ Request::getSession ` method;
224224the
225225:method: `Symfony\\ Component\\ HttpFoundation\\ Request::hasPreviousSession `
226- method tells you if the request contains aSession which was started in one of
226+ method tells you if the request contains asession which was started in one of
227227the previous requests.
228228
229229Accessing `Accept-* ` Headers Data