Skip to content

Commit

Permalink
grammar/link updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Grinnz committed Feb 24, 2015
1 parent 23c4891 commit e90409e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions lib/Mojolicious/Guides/FAQ.pod
Expand Up @@ -138,15 +138,15 @@ In L<Mojolicious> this event loop is L<Mojo::IOLoop>.

=head2 Why is the file extension missing from my placeholder value?

Standard route placeholders will not match a C<.> character, however
Mojolicious routes automatically take file extensions like C<.html>, remove the
leading C<.>, and store the result in the C<format> stash value. This can be
useful for URL-based content negotiation, such as automatically rendering
Standard route placeholders will not match the C<.> character, however
L<Mojolicious> routes automatically take file extensions like C<.html>, remove
the leading C<.>, and store the result in the C<format> stash value. This can
be useful for URL-based content negotiation, such as automatically rendering
different templates based on the file extension. See
<Mojolicious::Guides::Routing/Formats> for information on configuring format
<Mojolicious::Guides::Routing/"Formats"> for information on customizing format
detection, or consider using
L<Mojolicious::Guides::Routing/"Relaxed placeholders"> to match the C<.>
character.
L<relaxed placeholders|Mojolicious::Guides::Routing/"Relaxed placeholders"> to
allow matching of the C<.> character.

=head2 What does the error "Maximum message size exceeded" mean?

Expand Down

0 comments on commit e90409e

Please sign in to comment.