We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c15821d commit bdc0b3bCopy full SHA for bdc0b3b
16/umbraco-cms/reference/querying/imembermanager.md
@@ -168,7 +168,7 @@ if (isLoggedIn)
168
169
Checks if the current member is authorized as specific member types, member groups or concrete members.
170
171
-For instance, you can use this method to verify if the current logged in member is part of a specific group:
+For instance, you can use this method to verify if the current logged-in member is part of a specific group:
172
173
```csharp
174
var memberIsVIP = await _memberManager.IsMemberAuthorizedAsync(allowGroups: new []{"VIP"});
0 commit comments