Skip to content

Commit 4043901

Browse files
committed
nit: Fix typo
1 parent f5f6254 commit 4043901

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/Http/Controllers/Api/V2/SC/ManufacturerController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public function show(Request $request): AbstractBaseResource
103103
}
104104

105105
#[OA\Post(
106-
path: '/api/v2/manufactureres/search',
106+
path: '/api/v2/manufacturers/search',
107107
tags: ['In-Game', 'Manufacturers', 'Search'],
108108
parameters: [
109109
new OA\Parameter(ref: '#/components/parameters/page'),
@@ -112,7 +112,7 @@ public function show(Request $request): AbstractBaseResource
112112
responses: [
113113
new OA\Response(
114114
response: 200,
115-
description: 'A List of matching Manufactureres',
115+
description: 'A List of matching Manufacturers',
116116
content: new OA\JsonContent(
117117
type: 'array',
118118
items: new OA\Items(ref: '#/components/schemas/manufacturer_link_v2')

0 commit comments

Comments
 (0)