Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Feb 1, 2011
1 parent fc43b96 commit b769a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojolicious/Guides/Cookbook.pod
Expand Up @@ -227,7 +227,7 @@ initialized and before a connection gets associated with them.
print 'Request: ', $tx->req->url->clone->to_abs, "\n";
});

# Request that will most likely get redircted
# Request that will most likely get redirected
print 'Title: ',
$client->get('google.com')->res->dom->at('head > title')->text, "\n";

Expand Down

0 comments on commit b769a91

Please sign in to comment.