Skip to content

Commit

Permalink
Fix typo in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mertcetin authored Mar 6, 2017
1 parent e69042e commit dc9ceec
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 @@ -150,7 +150,7 @@ Of course arrays are also accepted in this function:
acl.isAllowed('jsmith', 'blogs', ['edit', 'view', 'delete'])
```

Note that all permissions must be full filed in order to get *true*.
Note that all permissions must be fulfilled in order to get *true*.


Sometimes is necessary to know what permissions a given user has over certain resources:
Expand Down

0 comments on commit dc9ceec

Please sign in to comment.