@@ -, +, @@ --- Koha/REST/V1/Holds.pm | 2 +- Koha/REST/V1/Static.pm | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) --- a/Koha/REST/V1/Holds.pm +++ a/Koha/REST/V1/Holds.pm @@ -36,7 +36,7 @@ use Try::Tiny; =head3 list -Mehtod that handles listing Koha::Hold objects +Method that handles listing Koha::Hold objects =cut --- a/Koha/REST/V1/Static.pm +++ a/Koha/REST/V1/Static.pm @@ -27,7 +27,7 @@ use Try::Tiny; =head3 get -Mehtod that gets file contents +Method that gets file contents =cut @@ -80,4 +80,4 @@ sub get { } -1; +1; --