Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Dec 13, 2010
1 parent 90bf164 commit c6dea43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojolicious/Guides/Cookbook.pod
Expand Up @@ -286,7 +286,7 @@ requests.
app->hook(before_dispatch => sub {
my $self = shift;
$self->req->url->base->scheme('https')
if $self->req->headers->header('X-Forwarded-Porotcol') eq 'https';
if $self->req->headers->header('X-Forwarded-Protocol') eq 'https';
});

=head2 Hello World
Expand Down

0 comments on commit c6dea43

Please sign in to comment.