From dc4b4066a7ae6f5c0b1d3c7d1ce48ca8168b411c Mon Sep 17 00:00:00 2001 From: Max Romanovsky Date: Mon, 13 Jan 2014 14:53:28 +0300 Subject: [PATCH] Misspelled authentication config parameter in docs --- Resources/doc/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/doc/index.md b/Resources/doc/index.md index 40676fc..0483079 100644 --- a/Resources/doc/index.md +++ b/Resources/doc/index.md @@ -203,7 +203,7 @@ Also bundle will get information from the other annotations: * @FOS\RestBundle\Controller\Annotations\QueryParam - use as `requirements` (when strict parameter is true), `filters` (when strict is false) -* @JMS\SecurityExtraBundle\Annotation\Secure - set `authentification` to true, `authenticationRoles` to the given roles +* @JMS\SecurityExtraBundle\Annotation\Secure - set `authentication` to true, `authenticationRoles` to the given roles * @Sensio\Bundle\FrameworkExtraBundle\Configuration\Cache - set `cache`