Skip to content

Commit e4424b5

Browse files
Apply suggestions from code review
Co-authored-by: julitafalcondusza <[email protected]>
1 parent c3f7666 commit e4424b5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/permissions/limitation_reference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ Out of the box FunctionList uses it in the following way:
3535
3636
## Activity log Owner limitation
3737
38-
The `ActivityLogOwner` limitation specifies if a user can see only their own [recent activity](recent_activity.md) log entries, and not entries from other users.
38+
The Activity log Owner (`ActivityLogOwner`) limitation specifies if a user can see only their own [recent activity](recent_activity.md) log entries, and not entries from other users.
3939

4040
| Value | UI value | Description |
4141
|-------|-----------------|--------------------------------------------------------------|
4242
| `1` | "Only own logs" | Current user can only access their own activity log entries. |
4343

4444
## Cart Owner limitation
4545

46-
The Cart Owner `CartOwner` limitation specifies whether the user can modify a cart.
46+
The Cart Owner (`CartOwner`) limitation specifies whether the user can modify a cart.
4747

4848
### Possible values
4949

@@ -64,7 +64,7 @@ The Change Owner (`ChangeOwner`) limitation specifies whether the user can chang
6464

6565
## Discount Owner limitation [[% include 'snippets/lts-update_badge.md' %]] [[% include 'snippets/commerce_badge.md' %]]
6666

67-
The Discount Owner limitation specifies whether the user can interact with a [discount](discounts.md).
67+
The Discount Owner (`DiscountOwner`) limitation specifies whether the user can interact with a [discount](discounts.md).
6868

6969
### Possible values
7070

docs/permissions/policies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ The discount policies decide which actions can be executed by given user or user
130130

131131
!!! caution "Customers and discount policies"
132132

133-
Customers do not need any policies to use the discounts on the [storefront](storefront.md).
133+
Customers don't need any policies to use the discounts on the [storefront](storefront.md).
134134
Even the `discount/view` policy would allow them to access all the discount details, including the coupon codes to activate them, which could lead to system abuse.
135135

136136

0 commit comments

Comments
 (0)