Skip to content

Commit

Permalink
fixed typo in hook description
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Nov 12, 2011
1 parent 6f4a401 commit 8029e75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,6 +1,6 @@
This file documents the revision history for Perl extension Mojolicious.

2.27 2011-11-11 00:00:00
2.27 2011-11-12 00:00:00
- Added EXPERIMENTAL charset method to Mojo::Content.
- Improved documentation.
- Improved CSS of some built-in templates.
Expand Down
4 changes: 2 additions & 2 deletions lib/Mojolicious.pm
Expand Up @@ -468,8 +468,8 @@ These hooks are currently available and are emitted in the listed order:
=item after_build_tx
Emitted in reverse order right after the transaction is built and before the
HTTP request gets parsed.
Emitted right after the transaction is built and before the HTTP request gets
parsed.
$app->hook(after_build_tx => sub {
my ($tx, $app) = @_;
Expand Down

0 comments on commit 8029e75

Please sign in to comment.