]> git.ktnx.net Git - lsl.git/commitdiff
doc typo
authorDamyan Ivanov <dmn@debian.org>
Sun, 6 Mar 2022 09:37:55 +0000 (09:37 +0000)
committerDamyan Ivanov <dmn@debian.org>
Sun, 6 Mar 2022 09:37:55 +0000 (09:37 +0000)
lib/App/LazyShoppingList/API/v1.pm

index d09bc647182cb1265de68d08b1a3904bc08f6552..e48146445eb39926ea9148245f6fb06e1097f331 100644 (file)
@@ -213,7 +213,7 @@ put '/list/:list_id/:item_id' => sub {
     return \%r;
 };
 
-# modify shipping list
+# modify shopping list
 put '/list/:list_id' => sub {
     my $list_id = route_parameters->get('list_id');
     length($list_id) and $list_id =~ /^\d{1,18}$/