X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FWritingPlugins.pod;h=20e3fdc95f731bbd20578febff13ebf44526f1c2;hb=74dafab798a163c251e09de7fcc21a267d1678a6;hp=6dfb79960816e06105d168a85c5a79c01c471475;hpb=9b80ae2cd69fd73089c700da63a2308ffe33d9fa;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Manual/WritingPlugins.pod b/lib/Catalyst/Manual/WritingPlugins.pod index 6dfb799..20e3fdc 100644 --- a/lib/Catalyst/Manual/WritingPlugins.pod +++ b/lib/Catalyst/Manual/WritingPlugins.pod @@ -25,7 +25,7 @@ This technique is the usual way to plug a module into Catalyst. =head1 INTEGRATING YOUR PLUGIN -You can use L for your lugin by overloading certain methods which +You can use L for your plugin by overloading certain methods which are called by Catalyst during a request. =head2 The request life-cycle @@ -249,6 +249,6 @@ under the same terms as Perl itself. =head1 AUTHOR S> with a lot of help from the -poeple on #catalyst. +people on #catalyst. =cut