X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FPSGI.pod;h=13148ce23f6bd3f231790617abba3a18abd9de7a;hb=bb48c5566ee0170fd913574d2393f381d214f86c;hp=d8e1435a68d49416cf876b30b94244d722e28ab1;hpb=c3519b107a05355cc23ec5d35bae309bf26dfc4d;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/PSGI.pod b/lib/Catalyst/PSGI.pod index d8e1435..13148ce 100644 --- a/lib/Catalyst/PSGI.pod +++ b/lib/Catalyst/PSGI.pod @@ -21,7 +21,7 @@ for specifics about your web server deployment). =head2 What is a .psgi file -A C<< .psgi >> file lets you manually controll how your application code reference is built. +A C<< .psgi >> file lets you manually control how your application code reference is built. Catalyst normally takes care of this for you, but it's possible to do it manually by creating a C file in the root of your application.