Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed typo in rendering guide
  • Loading branch information
kraih committed Feb 3, 2014
1 parent 1758614 commit 1c89077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojolicious/Guides/Rendering.pod
Expand Up @@ -234,7 +234,7 @@ renderer which get directly encoded to JSON with L<Mojo::JSON>.

Sometimes you might want to use the rendered result directly instead of
generating a response, for example to send emails, this can be done using the
C<partial> stash value.
C<partial> render argument (not the stash value).

my $html = $self->render('mail', partial => 1);

Expand Down

0 comments on commit 1c89077

Please sign in to comment.