Skip to content

Commit

Permalink
typo in comment (php example)
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarStark committed Mar 16, 2019
1 parent f2c7541 commit dfd3699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller.rst
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ and ``redirect()`` methods::
// redirects to a route with parameters
return $this->redirectToRoute('blog_show', ['slug' => 'my-page']);

// redirects to a route and mantains the original query string parameters
// redirects to a route and maintains the original query string parameters
return $this->redirectToRoute('blog_show', $request->query->all());

// redirects externally
Expand Down

0 comments on commit dfd3699

Please sign in to comment.