Issue #2466119 by marthinal: Remove duplicated word in the ControllerBase class doc

8.0.x
webchick 2015-04-06 23:55:43 -07:00
parent 81a6979058
commit 14c7df7498
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ use Symfony\Component\DependencyInjection\ContainerInterface;
* refactored to be trivial glue code.
*
* The services exposed here are those that it is reasonable for a well-behaved
* controller to leverage. A controller that needs other other services may
* controller to leverage. A controller that needs other services may
* need to be refactored into a thin controller and a dependent unit-testable
* service.
*