From: Dan Dascalescu Date: Sat, 25 Apr 2009 05:55:50 +0000 (+0000) Subject: 1-char typo X-Git-Tag: 5.80003~31 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=a51d14ff911f5048df7de1af77dff160d284ec68 1-char typo --- diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 2f0fb0d..a9b1801 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -815,7 +815,7 @@ The config method is present on all Catalyst components, and configuration will be merged when an application is started. Configuration loaded with L takes precedence over other configuration, followed by configuration in your top level C class. These two -configurations are merged, and then configuration data whos hash key matches a +configurations are merged, and then configuration data whose hash key matches a component name is merged with configuration for that component. The configuration for a component is then passed to the C method when a