Skip to content

Commit

Permalink
more documentation tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Mar 15, 2014
1 parent 37a1b9f commit bde883e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Mojolicious/Guides/Rendering.pod
Expand Up @@ -462,9 +462,9 @@ Helpers are little functions you can use in templates and controller code.

The helper L<Mojolicious::Plugin::DefaultHelpers/"dumper"> for example will
use L<Data::Dumper> to serialize whatever data structure you pass it, this can
be very useful for debugging. We differentiate between C<default helpers>
which are more general purpose like C<dumper> and C<tag helpers>, which are
template specific and mostly used to generate C<HTML> tags.
be very useful for debugging. We differentiate between default helpers which
are more general purpose like C<dumper> and tag helpers, which are template
specific and mostly used to generate HTML tags.

%= javascript '/script.js'

Expand Down

0 comments on commit bde883e

Please sign in to comment.