Skip to content

Commit

Permalink
Merge pull request OptimalBits#231 from mertcetin/master
Browse files Browse the repository at this point in the history
Fix typo in Readme
  • Loading branch information
manast authored Mar 7, 2017
2 parents e69042e + dc9ceec commit a88b07f
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 a88b07f

Please sign in to comment.