diff --git a/lib/CGI/Application/Plugin/Redirect.pm b/lib/CGI/Application/Plugin/Redirect.pm index 62f17f7..feb1d2f 100644 --- a/lib/CGI/Application/Plugin/Redirect.pm +++ b/lib/CGI/Application/Plugin/Redirect.pm @@ -85,7 +85,7 @@ current runmode will automatically be short circuited so that it will not execute. As soon as all prerun method have finished, the redirect will happen without the runmode being executed. -The $status paramater is optional as the CGI module will default to something +The $status parameter is optional as the CGI module will default to something suitable. return $self->redirect('http://www.example.com/');