Skip to content

Commit 373f94e

Browse files
authored
Update 16/umbraco-cms/customizing/extending-overview/extension-types/dashboard.md
1 parent 126633d commit 373f94e

File tree

1 file changed

+1
-1
lines changed
  • 16/umbraco-cms/customizing/extending-overview/extension-types

1 file changed

+1
-1
lines changed

16/umbraco-cms/customizing/extending-overview/extension-types/dashboard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export const onUnload = (host, extensionRegistry) => {
8888

8989
#### Restricting to specific user groups
9090

91-
To allow multiple user groups (for example, Admin OR a custom group), use the `Umb.Condition.CurrentUser.GroupId` condition with the `oneOf` parameter:
91+
To allow multiple user groups (for example, Admin or a custom group), use the `Umb.Condition.CurrentUser.GroupId` condition with the `oneOf` parameter:
9292

9393
{% code title="~/App_Plugins/DashboardCustomization/dashboards-setup.js" lineNumbers="true" %}
9494
```js

0 commit comments

Comments
 (0)