Skip to content

Commit

Permalink
fixed a few documentation typos
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Oct 19, 2011
1 parent e1370fa commit f717f50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Mojolicious/Controller.pm
Expand Up @@ -709,7 +709,7 @@ controller, defaults to a L<Mojolicious> object.
my $m = $c->match;
$c = $c->match(Mojolicious::Routes::Match->new);
Routes results for the current request, defaults to a
Routes dispatcher results for the current request, defaults to a
L<Mojolicious::Routes::Match> object.
=head2 C<tx>
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Guides/FAQ.pod
Expand Up @@ -13,7 +13,7 @@ L<Mojolicious> together with the right answers.
=head2 How does Mojolicious compare to other Perl web frameworks?

The short answer is "it doesn't", because we interpret the words
"web framework" much more literal than others.
"web framework" much more literally than others.
With the emergence of the C<Real-time Web> and new technologies such as
C<WebSockets>, we are facing new challenges that go way beyond what commonly
used modules like L<LWP> were designed for.
Expand Down

0 comments on commit f717f50

Please sign in to comment.