Fix Typo in Guard Factory

This commit is contained in:
Zan Baldwin 2018-04-04 16:36:22 +01:00
parent 2c7556f311
commit c0a051d46d

View File

@ -116,7 +116,7 @@ class GuardAuthenticationFactory implements SecurityFactoryInterface
// 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)
));
}