Skip to content

Commit 3cb21c9

Browse files
committed
fix typo
1 parent b08bc40 commit 3cb21c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Resources/Public/CocktailResource.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
new OAT\Property(property: 'utensils', type: 'array', items: new OAT\Items(type: 'string'), description: 'Utensils used for preparing the cocktail'),
3333
new OAT\Property(property: 'method', type: 'string', nullable: true, example: 'Shaken', description: 'Method of preparation for the cocktail'),
3434
new OAT\Property(property: 'method_dilution_percentage', type: 'number', nullable: true, example: 12, description: 'Dilution percentage associated with the preparation method'),
35-
new OAT\Property(property: 'volume_ml', type: 'number', nullable: true, example: 120d, description: 'Total volume of the cocktail in milliliters'),
35+
new OAT\Property(property: 'volume_ml', type: 'number', nullable: true, example: 120, description: 'Total volume of the cocktail in milliliters'),
3636
new OAT\Property(property: 'created_at', type: 'string', format: 'date-time', example: '2023-10-01T12:00:00Z', description: 'Date and time when the cocktail was created'),
3737
new OAT\Property(property: 'in_bar_shelf', type: 'boolean', example: true, description: 'Indicates if the cocktail can be made in the current bar'),
3838
new OAT\Property(property: 'abv', type: 'number', format: 'float', nullable: true, example: 0.15, description: 'Alcohol by volume percentage of the cocktail'),

0 commit comments

Comments
 (0)