Skip to content

Commit

Permalink
Fix mistakes in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Nov 21, 2013
1 parent d2d2a58 commit 308cee4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ __Arguments__
```javascript
userId {String|Number} User id.
resource {String|Array} resource(s) to ask permissions for.
resource {String} resource to ask permissions for.
permissions {String|Array} asked permissions.
callback {Function} Callback called wish the result.
```
Expand All @@ -375,7 +375,7 @@ __Arguments__
```javascript
roles {String|Array} Role(s) to check the permissions for.
resource {String} resource(s) to ask permissions for.
resource {String} resource to ask permissions for.
permissions {String|Array} asked permissions.
callback {Function} Callback called wish the result.
```
Expand Down

0 comments on commit 308cee4

Please sign in to comment.