Skip to content

Commit a607e31

Browse files
committed
fix misspelling
1 parent 4c48e1d commit a607e31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/connector/folder.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ func (o *folderBuilder) Entitlements(_ context.Context, resource *v2.Resource, _
9898

9999
assigmentOptions := []entitlement.EntitlementOption{
100100
entitlement.WithGrantableTo(collaboratorResourceType),
101-
entitlement.WithDescription(fmt.Sprintf("%s can acccess %s", collaboratorResourceType.DisplayName, resource.DisplayName)),
101+
entitlement.WithDescription(fmt.Sprintf("%s can access %s", collaboratorResourceType.DisplayName, resource.DisplayName)),
102102
entitlement.WithDisplayName(fmt.Sprintf("%s access %s", collaboratorResourceType.DisplayName, resource.DisplayName)),
103103
}
104104
rv = append(rv, entitlement.NewPermissionEntitlement(resource, collaboratorAccessEntitlement, assigmentOptions...))

0 commit comments

Comments
 (0)