Skip to content

Commit eb7143c

Browse files
committed
Fix Willy's comment
1 parent b66c893 commit eb7143c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/swagger/resources/products/definitions/product.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,12 @@ properties:
8383
x-read-only: true
8484
metadata:
8585
type: object
86-
description: More information around the product (only available in the Entreprise Edition)
86+
description: More information around the product (only available in the Enterprise Edition)
8787
x-immutable: true
8888
x-read-only: true
8989
properties:
9090
workflow_status:
91-
description: Status of the product regarding the user permissions (only available in the Entreprise Edition)
91+
description: Status of the product regarding the user permissions (only available in the Enterprise Edition)
9292
type: string
9393
enum: ['read_only','draft_in_progress','proposal_waiting_for_approval','working_copy']
9494

0 commit comments

Comments
 (0)