Skip to content

Commit dfd3699

Browse files
committed
typo in comment (php example)
1 parent f2c7541 commit dfd3699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controller.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ and ``redirect()`` methods::
186186
// redirects to a route with parameters
187187
return $this->redirectToRoute('blog_show', ['slug' => 'my-page']);
188188

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

192192
// redirects externally

0 commit comments

Comments
 (0)