We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2c7541 commit dfd3699Copy full SHA for dfd3699
controller.rst
@@ -186,7 +186,7 @@ and ``redirect()`` methods::
186
// redirects to a route with parameters
187
return $this->redirectToRoute('blog_show', ['slug' => 'my-page']);
188
189
- // redirects to a route and mantains the original query string parameters
+ // redirects to a route and maintains the original query string parameters
190
return $this->redirectToRoute('blog_show', $request->query->all());
191
192
// redirects externally
0 commit comments