X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2FAuthentication.pod;h=63c346cf65662272e175220dff901b1cab8d3526;hb=89d3dae9792c2edcea631295e9abc467db845b7c;hp=499aa5346472935ed63cae375ff2be9b553b51a8;hpb=94d8da411a980c822af29da44d4cbf62a72c25c1;p=catagits%2FCatalyst-Manual.git diff --git a/lib/Catalyst/Manual/Tutorial/Authentication.pod b/lib/Catalyst/Manual/Tutorial/Authentication.pod index 499aa53..63c346c 100644 --- a/lib/Catalyst/Manual/Tutorial/Authentication.pod +++ b/lib/Catalyst/Manual/Tutorial/Authentication.pod @@ -268,7 +268,7 @@ C is new): B As discussed in MoreCatalystBasics, different versions of C have used a variety of methods to load the plugins. -You put the plugins in the C statement if you prefer. +You can put the plugins in the C statement if you prefer. The C plugin supports Authentication while the C plugins are required to maintain state across multiple HTTP @@ -535,7 +535,7 @@ quick introduction: =item * -The majority of application have traditionally used C actions +The majority of applications have traditionally used C actions for items that respond to user requests and C actions for those that do not directly respond to user input.