Minor fixes
[catagits/Catalyst-Manual.git] / lib / Catalyst / Manual / Cookbook.pod
index 488bb99..6f966bb 100644 (file)
@@ -65,7 +65,7 @@ Normally you enable the debugging info by adding the C<-Debug> flag to
 your C<use Catalyst> statement . However, you can also enable it using
 environment variable, so you can (for example) get debug info without
 modifying your application scripts. Just set C<CATALYST_DEBUG> or
-C<E<lt>MYAPP<gt>_DEBUG> to a true value.
+C<E<lt>MYAPPE<gt>_DEBUG> to a true value.
 
 =head2 Sessions