From: Jason Felds Date: Fri, 20 Nov 2009 03:45:26 +0000 (+0000) Subject: If the others are bolded, why not this one? X-Git-Tag: v5.8005~75^2~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=8b75173d380f0ce942258ab0fefdf292be3535f2 If the others are bolded, why not this one? --- diff --git a/lib/Catalyst/Manual/About.pod b/lib/Catalyst/Manual/About.pod index d3dc0d6..5300e79 100644 --- a/lib/Catalyst/Manual/About.pod +++ b/lib/Catalyst/Manual/About.pod @@ -226,7 +226,7 @@ View. In Catalyst applications the View is usually a small module, just gluing some other module into Catalyst; the display logic is written within the template itself. -The Controller is Catalyst itself. When a request is made to Catalyst, +The B is Catalyst itself. When a request is made to Catalyst, it will be received by one of your Controller modules; this module will figure out what the user is trying to do, gather the necessary data from a Model, and send it to a View for display.