Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
documentation tweak
  • Loading branch information
kraih committed Sep 16, 2013
1 parent eb3fc95 commit 4018007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojolicious/Lite.pm
Expand Up @@ -224,7 +224,7 @@ full access to all HTTP features and information.
$self->render(text => "Request by $ua reached $host.");
};
# Echo the request body and send additional header with response
# Echo the request body and send custom header with response
get '/echo' => sub {
my $self = shift;
$self->res->headers->header('X-Bender' => 'Bite my shiny metal ass!');
Expand Down

0 comments on commit 4018007

Please sign in to comment.