Commit 0c2d522d authored by angy_v's avatar angy_v

fix typo in SecurityServiceProvider exception message

parent 7272d90e
......@@ -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