diff --git a/src/auth/DatabaseAuthenticator.js b/src/auth/DatabaseAuthenticator.js index ede8f0ded..3429de2f6 100644 --- a/src/auth/DatabaseAuthenticator.js +++ b/src/auth/DatabaseAuthenticator.js @@ -182,7 +182,7 @@ class DatabaseAuthenticator { * @param {string} userData.email User email address. * @param {string} userData.password New password. * @param {string} userData.connection Identity provider in use. - * @param {string} userData.organization TheĀ organization_idĀ of the Organization associated with the user. + * @param {string} userData.organization The organization_id of the Organization associated with the user. * @param {Function} [cb] Method callback. * @returns {Promise|undefined} */