Skip to content

Commit 53b2a08

Browse files
committed
minor #11172 typo in comment (php example) (OskarStark)
This PR was merged into the 3.4 branch. Discussion ---------- typo in comment (php example) <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- dfd3699 typo in comment (php example)
2 parents 3c7d986 + dfd3699 commit 53b2a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controller.rst

Lines changed: 1 addition & 1 deletion
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)