Skip to content

Commit 8c3a2c2

Browse files
committed
Fix a missing parenthesis in the first example for isAllowed().
1 parent 9b625f2 commit 8c3a2c2

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
@@ -140,7 +140,7 @@ acl.isAllowed('joed', 'blogs', 'view', function(err, res){
140140
if(res){
141141
console.log("User joed is allowed to view blogs")
142142
}
143-
}
143+
})
144144
```
145145

146146

0 commit comments

Comments
 (0)