Skip to content

Commit

Permalink
fixed typo in rendering guide
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 13, 2015
1 parent 4701608 commit 5bf5ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojolicious/Guides/Rendering.pod
Expand Up @@ -989,7 +989,7 @@ L<Mojolicious::Plugin::DefaultHelpers/"reply-E<gt>static">.

Most response content, static as well as dynamic, gets served through
L<Mojo::Asset::File> and L<Mojo::Asset::Memory> objects. For somewhat static
content, like cached JSON data or temporary file, you can create your own and
content, like cached JSON data or temporary files, you can create your own and
use the helper L<Mojolicious::Plugin::DefaultHelpers/"reply-E<gt>asset"> to
serve them while allowing content negotiation to be performed with C<Range>,
C<If-Modified-Since> and C<If-None-Match> headers.
Expand Down

0 comments on commit 5bf5ad8

Please sign in to comment.