Fixed global config for components, borked by chansen :(
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Request.pm
index ee2bee7..1d7a4b8 100644 (file)
@@ -161,8 +161,8 @@ Shortcut for $req->body.
 
 =item $req->match
 
-This contains be the matching part of a regexp action. Otherwise it
-returns the same as 'action'.
+This contains the matching part of a regexp action. Otherwise
+it returns the same as 'action'.
 
     print $c->request->match;