Added link to using other databases, per user request in #catalyst
[catagits/Catalyst-Manual.git] / lib / Catalyst / Manual / Tutorial / Authentication.pod
index 499aa53..63c346c 100644 (file)
@@ -268,7 +268,7 @@ C<StackTrace> is new):
 
 B<Note:> As discussed in MoreCatalystBasics, different versions of 
 C<Catalyst::Devel> have used a variety of methods to load the plugins. 
-You put the plugins in the C<use Catalyst> statement if you prefer.
+You can put the plugins in the C<use Catalyst> statement if you prefer.
 
 The C<Authentication> plugin supports Authentication while the
 C<Session> plugins are required to maintain state across multiple HTTP
@@ -535,7 +535,7 @@ quick introduction:
 
 =item *
 
-The majority of application have traditionally used C<Local> actions
+The majority of applications have traditionally used C<Local> actions
 for items that respond to user requests and C<Private> actions for
 those that do not directly respond to user input.