Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix typo in example
  • Loading branch information
kraih committed Jul 26, 2017
1 parent 783a9bb commit 9810fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojolicious/Static.pm
Expand Up @@ -195,7 +195,7 @@ startup.
=head2 extra
my $extra = $static->extra;
$static = $static->extra({'foo/bar.txt' => '/home/sri/myapp/bar.txt'};
$static = $static->extra({'foo/bar.txt' => '/home/sri/myapp/bar.txt'});
Paths for extra files to be served from locations other than L</"paths">, such
as the images used by the built-in exception and not found pages. Note that
Expand Down

0 comments on commit 9810fee

Please sign in to comment.