Skip to content

Commit d9901a2

Browse files
committed
Slight POD tweak.
I cannot spell invoices.
1 parent 2711b6c commit d9901a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Mojolicious/Plugin/Restify.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ The following options allow a I<collection> to be fine-tuned.
582582
=item collection_method_map
583583
584584
$r->collection(
585-
'invoives',
585+
'invoices',
586586
{
587587
collection_method_map => {
588588
get => 'list',
@@ -639,7 +639,7 @@ actions will be created.
639639
=item element_method_map
640640
641641
$r->collection(
642-
'invoives',
642+
'invoices',
643643
{
644644
element_method_map => {
645645
'delete' => 'delete',

0 commit comments

Comments
 (0)