Skip to content

Commit

Permalink
use two sentences
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Mar 31, 2015
1 parent 3bad77c commit 4ba4e46
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/Mojolicious/Guides/Cookbook.pod
Expand Up @@ -1247,8 +1247,9 @@ appended with a C<.conf> extension (C<myapp.conf>).
$ echo '{name => "my Mojolicious application"};' > myapp.conf

Configuration files themselves are just Perl scripts that return a hash
reference, all settings are available through the method L<Mojo/"config"> and
the helper L<Mojolicious::Plugin::DefaultHelpers/"config">.
reference with configuration settings of your choice. All those settings are
then available through the method L<Mojo/"config"> and the helper
L<Mojolicious::Plugin::DefaultHelpers/"config">.

use Mojolicious::Lite;

Expand Down

0 comments on commit 4ba4e46

Please sign in to comment.