Skip to content

Commit bdc0b3b

Browse files
authored
Small change to trigger GitBook checks
1 parent c15821d commit bdc0b3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

16/umbraco-cms/reference/querying/imembermanager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ if (isLoggedIn)
168168

169169
Checks if the current member is authorized as specific member types, member groups or concrete members.
170170

171-
For instance, you can use this method to verify if the current logged in member is part of a specific group:
171+
For instance, you can use this method to verify if the current logged-in member is part of a specific group:
172172

173173
```csharp
174174
var memberIsVIP = await _memberManager.IsMemberAuthorizedAsync(allowGroups: new []{"VIP"});

0 commit comments

Comments
 (0)