Skip to content

Commit

Permalink
Small grammar mistake in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelKaefer authored and fabpot committed May 27, 2019
1 parent b647f74 commit ec098d6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -31,7 +31,7 @@ interface ControllerResolverInterface
* As several resolvers can exist for a single application, a resolver must
* return false when it is not able to determine the controller.
*
* The resolver must only throw an exception when it should be able to load
* The resolver must only throw an exception when it should be able to load a
* controller but cannot because of some errors made by the developer.
*
* @return callable|false A PHP callable representing the Controller,
Expand Down

0 comments on commit ec098d6

Please sign in to comment.