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"),