Skip to content

Commit a88b07f

Browse files
authored
Merge pull request #231 from mertcetin/master
Fix typo in Readme
2 parents e69042e + dc9ceec commit a88b07f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Of course arrays are also accepted in this function:
150150
acl.isAllowed('jsmith', 'blogs', ['edit', 'view', 'delete'])
151151
```
152152

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

155155

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

0 commit comments

Comments
 (0)