Skip to content

Commit

Permalink
Update MyProjectNamePermissionDefinitionProvider.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
gdlcf88 authored Jun 20, 2019
1 parent a578fa2 commit 82633e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public override void Define(IPermissionDefinitionContext context)
{
var myGroup = context.AddGroup(MyProjectNamePermissions.GroupName);

//Define your own permissions here. Examaple:
//Define your own permissions here. Example:
//myGroup.AddPermission(MyProjectNamePermissions.MyPermission1, L("Permission:MyPermission1"));
}

Expand Down

0 comments on commit 82633e7

Please sign in to comment.