Skip to content

Commit

Permalink
tweaked content-post processing recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Dec 5, 2012
1 parent 0af2b2a commit c5829bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojolicious/Guides/Rendering.pod
Expand Up @@ -949,7 +949,7 @@ generated content and content that is streamed directly from files.
hook after_dispatch => sub {
my $self = shift;

# Check if user has set "gzip => 1" in the stash
# Check if "gzip => 1" has been set in the stash
return unless $self->stash->{gzip};

# Check if user agent accepts GZip compression
Expand Down

0 comments on commit c5829bf

Please sign in to comment.