Skip to content

Commit

Permalink
fixed a few typos
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Sep 22, 2014
1 parent a5a7267 commit f273dd0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -12,7 +12,7 @@
## Features

* An amazing real-time web framework, allowing you to easily grow single
file prototypes into well structured web applications.
file prototypes into well-structured web applications.
* Powerful out of the box with RESTful routes, plugins, commands, Perl-ish
templates, content negotiation, session management, form validation,
testing framework, static file server, first class Unicode support and
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Guides.pod
Expand Up @@ -48,7 +48,7 @@ therefore considered a prerequisite, you should definitely take a look!
=item L<Mojolicious::Guides::Growing>

Starting a L<Mojolicious::Lite> prototype from scratch and growing it into a
well structured L<Mojolicious> application.
well-structured L<Mojolicious> application.

=item L<Mojolicious::Guides::Routing>

Expand Down
4 changes: 2 additions & 2 deletions lib/Mojolicious/Guides/Growing.pod
Expand Up @@ -8,7 +8,7 @@ Mojolicious::Guides::Growing - Growing
=head1 OVERVIEW

This document explains the process of starting a L<Mojolicious::Lite>
prototype from scratch and growing it into a well structured L<Mojolicious>
prototype from scratch and growing it into a well-structured L<Mojolicious>
application.

=head1 CONCEPTS
Expand Down Expand Up @@ -526,7 +526,7 @@ And the directory structure should be looking like this now.
Our templates are using quite a few features of the renderer,
L<Mojolicious::Guides::Rendering> explains them all in great detail.

=head1 WELL STRUCTURED APPLICATION
=head1 WELL-STRUCTURED APPLICATION

Due to the flexibility of L<Mojolicious> there are many variations of the
actual growing process, but this should give you a good overview of the
Expand Down

0 comments on commit f273dd0

Please sign in to comment.