]> git.ktnx.net Git - lsl.git/blobdiff - lib/App/LazyShoppingList/API/v1.pm
doc typo
[lsl.git] / 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}$/