Skip to content

Commit

Permalink
Fix WriteDacl style key
Browse files Browse the repository at this point in the history
  • Loading branch information
rvazarkar committed Oct 5, 2017
1 parent aa947ed commit 200d698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ global.appStore = {
'ForceChangePassword': 'tapered',
'GenericAll': 'tapered',
'GenericWrite': 'tapered',
'WriteDACL': 'tapered',
'WriteDacl': 'tapered',
'WriteOwner': 'tapered',
'AddMembers': 'tapered',
'TrustedBy': 'curvedArrow',
Expand Down

0 comments on commit 200d698

Please sign in to comment.