From effa4911c51a82739eaacdf416e48ea2cdab6339 Mon Sep 17 00:00:00 2001 From: Damyan Ivanov Date: Sun, 6 Mar 2022 09:37:55 +0000 Subject: [PATCH] doc typo --- lib/App/LazyShoppingList/API/v1.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/App/LazyShoppingList/API/v1.pm b/lib/App/LazyShoppingList/API/v1.pm index d09bc64..e481464 100644 --- a/lib/App/LazyShoppingList/API/v1.pm +++ b/lib/App/LazyShoppingList/API/v1.pm @@ -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}$/ -- 2.39.2