Skip to content

Commit

Permalink
Fix readme typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierstoval committed Apr 12, 2017
1 parent 8b45627 commit 12154ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,5 @@ permissions:
ADMIN: 'user.isAdmin()'
EDIT_POST:
supports: 'instanceof(user, user_class) and instanceof(subject, post_class)'
on_vote: 'user.isAdmin() and post.getAuthor().getId() === user.getId()'
on_vote: 'user.isAdmin() and subject.getAuthor().getId() === user.getId()'
```

0 comments on commit 12154ba

Please sign in to comment.