Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
small documentation tweak
  • Loading branch information
kraih committed Sep 10, 2011
1 parent 4cacc86 commit a992198
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions lib/Mojolicious/Guides/Rendering.pod
Expand Up @@ -220,8 +220,7 @@ mapping of the C<format> stash value.

$self->render(text => 'Hello!', format => 'txt');

These mappings can be easily extended or changed through
L<Mojolicious::Types>.
These mappings can be easily extended or changed with L<Mojolicious/"types">.

# Application
package MyApp;
Expand Down
4 changes: 2 additions & 2 deletions lib/Mojolicious/Lite.pm
Expand Up @@ -313,8 +313,8 @@ content.
=head2 Helpers
You can also extend L<Mojolicious> with your own helpers, a list of all built
in ones can be found in L<Mojolicious::Plugin::DefaultHelpers> and
You can also extend L<Mojolicious> with your own helpers, a list of all
built-in ones can be found in L<Mojolicious::Plugin::DefaultHelpers> and
L<Mojolicious::Plugin::TagHelpers>.
# "whois" helper
Expand Down

0 comments on commit a992198

Please sign in to comment.