Skip to content

Commit 0823a1b

Browse files
Removed repetition from Final Thoughts Section
1 parent 222ff1b commit 0823a1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

controller.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -607,8 +607,8 @@ Final Thoughts
607607
--------------
608608

609609
In Symfony, a controller is usually a class method which is used to accept requests,
610-
and return a ``Response`` object. When mapped with a url, a controller a controller's response
611-
can be viewed.
610+
and return a ``Response`` object. When mapped with a url, a controller becomes accessible
611+
and its response can be viewed.
612612

613613
To facilitate the development of controllers, Symfony provides an ``AbstractController``. It
614614
can be used to extend the controller class allowing access to some frequently used utilities

0 commit comments

Comments
 (0)