Skip to content

Commit

Permalink
fixed typo in content negotiation example
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Aug 30, 2014
1 parent c93a5b9 commit 1556ba0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Mojolicious/Lite.pm
Expand Up @@ -729,10 +729,10 @@ served automatically from a C<public> directory if it exists.
Both have a higher precedence than routes for C<GET> and C<HEAD> requests.
Content negotiation with C<Range>, C<If-None-Match> and C<If-Modified-Since>
headers is supported and can be easily tested with
headers is supported and can be tested very easily with
L<Mojolicious::Command::get>.
$ ./myapp.pl get /something.js -v -H 'Host: bytes=2-4'
$ ./myapp.pl get /something.js -v -H 'Range: bytes=2-4'
=head2 External templates
Expand Down

0 comments on commit 1556ba0

Please sign in to comment.