From 1cf953a0804cb2c62fb9bcb2e1b8c7a21924bc7c Mon Sep 17 00:00:00 2001 From: David Bomba Date: Tue, 28 Feb 2023 21:54:08 +1100 Subject: [PATCH] Minor fixes --- app/Http/Controllers/ProductController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/ProductController.php b/app/Http/Controllers/ProductController.php index 010d656c951f..baf03996b3c7 100644 --- a/app/Http/Controllers/ProductController.php +++ b/app/Http/Controllers/ProductController.php @@ -58,7 +58,7 @@ class ProductController extends BaseController * summary="Gets a list of products", * description="Lists products, search and filters allow fine grained lists to be generated. - Query parameters can be added to performed more fine grained filtering of the products, these are handled by the ProductFilters class which defines the methods available", + * Query parameters can be added to performed more fine grained filtering of the products, these are handled by the ProductFilters class which defines the methods available", * @OA\Parameter(ref="#/components/parameters/X-API-TOKEN"), * @OA\Parameter(ref="#/components/parameters/X-Requested-With"), * @OA\Parameter(ref="#/components/parameters/include"),