From 1db10b4dd12ece2a0a8ab06981e7197782f9ca6f Mon Sep 17 00:00:00 2001 From: Bryan Crowe Date: Mon, 16 Jun 2014 21:48:35 -0400 Subject: [PATCH] Basic grammar update to BasicAuthenticate docblock --- lib/Cake/Controller/Component/Auth/BasicAuthenticate.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/Cake/Controller/Component/Auth/BasicAuthenticate.php b/lib/Cake/Controller/Component/Auth/BasicAuthenticate.php index d3dce4eea..bcd55f1e2 100644 --- a/lib/Cake/Controller/Component/Auth/BasicAuthenticate.php +++ b/lib/Cake/Controller/Component/Auth/BasicAuthenticate.php @@ -41,9 +41,9 @@ App::uses('BaseAuthenticate', 'Controller/Component/Auth'); * by this authentication provider which triggers the login dialog in the browser/client. * * You may also want to use `$this->Auth->unauthorizedRedirect = false;`. - * By default unauthorized user is redirected to the referrer URL or - * AuthComponent::$loginAction or '/'. If unauthorizedRedirect is set to false a - * ForbiddenException exception is thrown instead of redirecting. + * By default, unauthorized users are redirected to the referrer URL, + * `AuthComponent::$loginAction`, or '/'. If unauthorizedRedirect is set to + * false, a ForbiddenException exception is thrown instead of redirecting. * * @package Cake.Controller.Component.Auth * @since 2.0