Commit 43bf7655 authored by Fabien Potencier's avatar Fabien Potencier

minor #1441 fix typo in SecurityServiceProvider exception message (angyvolin)

This PR was merged into the 2.0.x-dev branch.

Discussion
----------

fix typo in SecurityServiceProvider exception message

Commits
-------

0c2d522d fix typo in SecurityServiceProvider exception message
parents 7272d90e 0c2d522d
......@@ -607,7 +607,7 @@ class SecurityServiceProvider implements ServiceProviderInterface, EventListener
}
// we have multiple entry points - we must ask them to configure one
throw new \LogicException(sprintf(
'Because you have multiple guard configurators, you need to set the "guard.entry_point" key to one of you configurators (%s)',
'Because you have multiple guard configurators, you need to set the "guard.entry_point" key to one of your configurators (%s)',
implode(', ', $authenticatorIds)
));
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment