Fix typos
[catagits/Catalyst-Manual.git] / lib / Catalyst / Manual / Components.pod
index cc45a80..8acd2c4 100644 (file)
@@ -19,7 +19,7 @@ status or preferred use of your chosen plugin/framework.
 =head1 PLUGINS
 
 Take care with plugins!  In general with a plugin ask "should this be
-acting globally on my application application?".  If not it should be a
+acting globally on my application?".  If not it should be a
 Controller Role (e.g. see L<Catalyst::TraitFor::Controller::reCAPTCHA>.
 
 =head2 L<Catalyst::Plugin::Account::AutoDiscovery>
@@ -53,9 +53,9 @@ Note that newer versions of the authentication plugin allow multiple
 C<realms>, so that you can authenticate users in different ways in different
 parts of your application.
 
-This, however, has involved deprecated all classes in the
-C<Catalyst::Plugin::Authentication::Credential::XXX> and
-C<Catalyst::Plugin::Authentication::Store::XXX> namespaces.
+This, however, has involved deprecating all classes in the
+C<Catalyst::Plugin::Authentication::Credential::> and
+C<Catalyst::Plugin::Authentication::Store::> namespaces.
 
 These plugins are still usable, but they have mostly been replaced with
 new modules in the new namespace which will work together.