Skip to content

Commit 72430bc

Browse files
author
STAFYNIAK Sacha
committed
niptick
1 parent a63da6c commit 72430bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/security/kuzzleSecurity.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,8 @@ KuzzleSecurity.prototype.createRole = function (id, content, options, cb) {
167167
/**
168168
* Update a role in Kuzzle.
169169
*
170-
* @param {string} id - profile identifier
171-
* @param {object} content - a plain javascript object representing the profile's modification
170+
* @param {string} id - role identifier
171+
* @param {object} content - a plain javascript object representing the role's modification
172172
* @param {object} [options] - (optional) arguments
173173
* @param {responseCallback} [cb] - (optional) Handles the query response
174174
*/

0 commit comments

Comments
 (0)