From: Brian Phillips Date: Tue, 13 Mar 2012 18:51:04 +0000 (-0500) Subject: fix spelling error X-Git-Tag: 5.90012~13 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=c80736fa195ad211ab3cf0f17d9907d67c1cb280;hp=d003ff83ac25ab0af3988de66867f73af54ff631 fix spelling error --- diff --git a/lib/Catalyst/Component.pm b/lib/Catalyst/Component.pm index 1b494a2..f747099 100644 --- a/lib/Catalyst/Component.pm +++ b/lib/Catalyst/Component.pm @@ -61,7 +61,7 @@ It provides you with a generic new() for component construction through Catalyst component loader with config() support and a process() method placeholder. B that calling C<< $self->config >> inside a component is strongly -disrecommended - the correctly merged config should have already been +not recommended - the correctly merged config should have already been passed to the constructor and stored in attributes - accessing the config accessor directly from an instance is likely to get the wrong values (as it only holds the class wide config, not things loaded