diff --git a/docs/auth_DatabaseAuthenticator.js.html b/docs/auth_DatabaseAuthenticator.js.html index 3d2003710..656f3dfe3 100644 --- a/docs/auth_DatabaseAuthenticator.js.html +++ b/docs/auth_DatabaseAuthenticator.js.html @@ -66,7 +66,7 @@

auth/DatabaseAuthenticator.js

} /** - * Options object for the Rest Client instace. + * Options object for the Rest Client instance. * * @type {Object} */ diff --git a/docs/auth_OAuthAuthenticator.js.html b/docs/auth_OAuthAuthenticator.js.html index eeb99f114..6175470a5 100644 --- a/docs/auth_OAuthAuthenticator.js.html +++ b/docs/auth_OAuthAuthenticator.js.html @@ -85,7 +85,7 @@

auth/OAuthAuthenticator.js

} /** - * Options object for the Rest Client instace. + * Options object for the Rest Client instance. * * @type {Object} */ diff --git a/docs/auth_PasswordlessAuthenticator.js.html b/docs/auth_PasswordlessAuthenticator.js.html index 93d415b3c..eb08ead32 100644 --- a/docs/auth_PasswordlessAuthenticator.js.html +++ b/docs/auth_PasswordlessAuthenticator.js.html @@ -66,7 +66,7 @@

auth/PasswordlessAuthenticator.js

} /** - * Options object for the Rest Client instace. + * Options object for the Rest Client instance. * * @type {Object} */ diff --git a/docs/auth_UsersManager.js.html b/docs/auth_UsersManager.js.html index e8bc86d3a..a8e716c1c 100644 --- a/docs/auth_UsersManager.js.html +++ b/docs/auth_UsersManager.js.html @@ -141,7 +141,7 @@

auth/UsersManager.js

* var settings = { * impersonator_id: '{IMPERSONATOR_ID}', * protocol: 'oauth2', - * additionalParameters: {} // Optional aditional params. + * additionalParameters: {} // Optional additional params. * }; * * auth0.users.impersonate(userId, settings, function (err, link) { diff --git a/docs/management_BlacklistedTokensManager.js.html b/docs/management_BlacklistedTokensManager.js.html index 6fe317353..04685c04d 100644 --- a/docs/management_BlacklistedTokensManager.js.html +++ b/docs/management_BlacklistedTokensManager.js.html @@ -70,7 +70,7 @@

management/BlacklistedTokensManager.js

} /** - * Options object for the Rest Client instace. + * Options object for the Rest Client instance. * * @type {Object} */ diff --git a/docs/management_ConnectionsManager.js.html b/docs/management_ConnectionsManager.js.html index 65e3d7608..a4702f12e 100644 --- a/docs/management_ConnectionsManager.js.html +++ b/docs/management_ConnectionsManager.js.html @@ -105,7 +105,7 @@

management/ConnectionsManager.js

* // Handle error. * } * - * // Conection created. + * // Connection created. * }); * * @param {Object} data Connection data object. @@ -187,7 +187,7 @@

management/ConnectionsManager.js

* console.log(connection.name); // 'newConnectionName' * }); * - * @param {Object} params Conneciton parameters. + * @param {Object} params Connection parameters. * @param {String} params.id Connection ID. * @param {Object} data Updated connection data. * @param {Function} [cb] Callback function. @@ -208,7 +208,7 @@

management/ConnectionsManager.js

* // Handle error. * } * - * // Conection deleted. + * // Connection deleted. * }); * * @param {Object} params Connection parameters. diff --git a/docs/management_index.js.html b/docs/management_index.js.html index 4c413fcdd..cde4d9100 100644 --- a/docs/management_index.js.html +++ b/docs/management_index.js.html @@ -413,7 +413,7 @@

management/index.js

* // Handle error. * } * - * // Conection created. + * // Connection created. * }); * * @param {Object} data Connection data object. @@ -458,7 +458,7 @@

management/index.js

* // Handle error. * } * - * // Conection deleted. + * // Connection deleted. * }); * * @param {Object} params Connection parameters. @@ -1396,7 +1396,7 @@

management/index.js

utils.wrapPropertyMethod(ManagementClient, 'getUserRoles', 'users.getRoles'); /** - * Asign roles to a user + * Assign roles to a user * * @method assignRolestoUser * @memberOf module:management.ManagementClient.prototype @@ -1481,7 +1481,7 @@

management/index.js

utils.wrapPropertyMethod(ManagementClient, 'getUserPermissions', 'users.getPermissions'); /** - * Asign permissions to a user + * Assign permissions to a user * * @method assignPermissionsToUser * @memberOf module:management.ManagementClient.prototype diff --git a/docs/module-auth.DatabaseAuthenticator.html b/docs/module-auth.DatabaseAuthenticator.html index b960b813d..1eca6c6f9 100644 --- a/docs/module-auth.DatabaseAuthenticator.html +++ b/docs/module-auth.DatabaseAuthenticator.html @@ -336,7 +336,7 @@

(inner) -

Options object for the Rest Client instace.

+

Options object for the Rest Client instance.

diff --git a/docs/module-auth.OAuthAuthenticator.html b/docs/module-auth.OAuthAuthenticator.html index 1731176e6..4b891929d 100644 --- a/docs/module-auth.OAuthAuthenticator.html +++ b/docs/module-auth.OAuthAuthenticator.html @@ -416,7 +416,7 @@

(inner) -

Options object for the Rest Client instace.

+

Options object for the Rest Client instance.

diff --git a/docs/module-auth.PasswordlessAuthenticator.html b/docs/module-auth.PasswordlessAuthenticator.html index dd1a3ff7e..5fb9d9f7d 100644 --- a/docs/module-auth.PasswordlessAuthenticator.html +++ b/docs/module-auth.PasswordlessAuthenticator.html @@ -371,7 +371,7 @@

(inner) -

Options object for the Rest Client instace.

+

Options object for the Rest Client instance.

diff --git a/docs/module-auth.UsersManager.html b/docs/module-auth.UsersManager.html index 6d9cb03f6..b5d98709a 100644 --- a/docs/module-auth.UsersManager.html +++ b/docs/module-auth.UsersManager.html @@ -977,7 +977,7 @@

Example
var settings = {
   impersonator_id: '{IMPERSONATOR_ID}',
   protocol: 'oauth2',
-  additionalParameters: {}  // Optional aditional params.
+  additionalParameters: {}  // Optional additional params.
 };
 
 auth0.users.impersonate(userId, settings, function (err, link) {
diff --git a/docs/module-management.BlacklistedTokensManager.html b/docs/module-management.BlacklistedTokensManager.html
index 96cce7a29..57bd5578c 100644
--- a/docs/module-management.BlacklistedTokensManager.html
+++ b/docs/module-management.BlacklistedTokensManager.html
@@ -422,7 +422,7 @@ 

(inner) -

Options object for the Rest Client instace.

+

Options object for the Rest Client instance.

diff --git a/docs/module-management.ConnectionsManager.html b/docs/module-management.ConnectionsManager.html index 4064ac446..c8f03d119 100644 --- a/docs/module-management.ConnectionsManager.html +++ b/docs/module-management.ConnectionsManager.html @@ -704,7 +704,7 @@

Example
// Handle error. } - // Conection created. + // Connection created. });
@@ -973,7 +973,7 @@
Example
// Handle error. } - // Conection deleted. + // Connection deleted. }); @@ -1695,7 +1695,7 @@
Parameters:
-

Conneciton parameters.

+

Connection parameters.

diff --git a/docs/module-management.ManagementClient.html b/docs/module-management.ManagementClient.html index c4d9c8d9e..2e9f39711 100644 --- a/docs/module-management.ManagementClient.html +++ b/docs/module-management.ManagementClient.html @@ -3139,7 +3139,7 @@

-

Asign permissions to a user

+

Assign permissions to a user

@@ -3496,7 +3496,7 @@

assi
-

Asign roles to a user

+

Assign roles to a user

@@ -5006,7 +5006,7 @@

Example
// Handle error. } - // Conection created. + // Connection created. }); @@ -8298,7 +8298,7 @@
Example
// Handle error. } - // Conection deleted. + // Connection deleted. }); diff --git a/docs/module-utils.html b/docs/module-utils.html index b93a24031..d65ac4efc 100644 --- a/docs/module-utils.html +++ b/docs/module-utils.html @@ -191,7 +191,7 @@

(static) <

Perform a request with the given settings and return a promise that resolves -when the request is successfull and rejects when there's an error.

+when the request is successful and rejects when there's an error.

diff --git a/docs/utils.js.html b/docs/utils.js.html index 9566bed48..83ead48f5 100644 --- a/docs/utils.js.html +++ b/docs/utils.js.html @@ -105,7 +105,7 @@

utils.js

/** * Perform a request with the given settings and return a promise that resolves - * when the request is successfull and rejects when there's an error. + * when the request is successful and rejects when there's an error. * * @method getRequestPromise * @memberOf module:utils diff --git a/src/auth/DatabaseAuthenticator.js b/src/auth/DatabaseAuthenticator.js index 7f23f581d..dfe198c76 100644 --- a/src/auth/DatabaseAuthenticator.js +++ b/src/auth/DatabaseAuthenticator.js @@ -25,7 +25,7 @@ var DatabaseAuthenticator = function(options, oauth) { } /** - * Options object for the Rest Client instace. + * Options object for the Rest Client instance. * * @type {Object} */ diff --git a/src/auth/OAuthAuthenticator.js b/src/auth/OAuthAuthenticator.js index 6256697ec..02f813eb7 100644 --- a/src/auth/OAuthAuthenticator.js +++ b/src/auth/OAuthAuthenticator.js @@ -44,7 +44,7 @@ var OAuthAuthenticator = function(options) { } /** - * Options object for the Rest Client instace. + * Options object for the Rest Client instance. * * @type {Object} */ diff --git a/src/auth/PasswordlessAuthenticator.js b/src/auth/PasswordlessAuthenticator.js index 4606ff2db..794649604 100644 --- a/src/auth/PasswordlessAuthenticator.js +++ b/src/auth/PasswordlessAuthenticator.js @@ -25,7 +25,7 @@ var PasswordlessAuthenticator = function(options, oauth) { } /** - * Options object for the Rest Client instace. + * Options object for the Rest Client instance. * * @type {Object} */ diff --git a/src/auth/UsersManager.js b/src/auth/UsersManager.js index 4ab492acf..d9d6539ee 100644 --- a/src/auth/UsersManager.js +++ b/src/auth/UsersManager.js @@ -99,7 +99,7 @@ UsersManager.prototype.getInfo = function(accessToken, cb) { * var settings = { * impersonator_id: '{IMPERSONATOR_ID}', * protocol: 'oauth2', - * additionalParameters: {} // Optional aditional params. + * additionalParameters: {} // Optional additional params. * }; * * auth0.users.impersonate(userId, settings, function (err, link) { diff --git a/src/management/BlacklistedTokensManager.js b/src/management/BlacklistedTokensManager.js index 9da308df4..102ff721d 100644 --- a/src/management/BlacklistedTokensManager.js +++ b/src/management/BlacklistedTokensManager.js @@ -29,7 +29,7 @@ var BlacklistedTokensManager = function(options) { } /** - * Options object for the Rest Client instace. + * Options object for the Rest Client instance. * * @type {Object} */ diff --git a/src/management/ConnectionsManager.js b/src/management/ConnectionsManager.js index c7925450b..0c825313b 100644 --- a/src/management/ConnectionsManager.js +++ b/src/management/ConnectionsManager.js @@ -64,7 +64,7 @@ var ConnectionsManager = function(options) { * // Handle error. * } * - * // Conection created. + * // Connection created. * }); * * @param {Object} data Connection data object. @@ -146,7 +146,7 @@ utils.wrapPropertyMethod(ConnectionsManager, 'get', 'resource.get'); * console.log(connection.name); // 'newConnectionName' * }); * - * @param {Object} params Conneciton parameters. + * @param {Object} params Connection parameters. * @param {String} params.id Connection ID. * @param {Object} data Updated connection data. * @param {Function} [cb] Callback function. @@ -167,7 +167,7 @@ utils.wrapPropertyMethod(ConnectionsManager, 'update', 'resource.patch'); * // Handle error. * } * - * // Conection deleted. + * // Connection deleted. * }); * * @param {Object} params Connection parameters. diff --git a/src/management/index.js b/src/management/index.js index 8823d5240..54d60d5fd 100644 --- a/src/management/index.js +++ b/src/management/index.js @@ -372,7 +372,7 @@ utils.wrapPropertyMethod(ManagementClient, 'getConnections', 'connections.getAll * // Handle error. * } * - * // Conection created. + * // Connection created. * }); * * @param {Object} data Connection data object. @@ -417,7 +417,7 @@ utils.wrapPropertyMethod(ManagementClient, 'getConnection', 'connections.get'); * // Handle error. * } * - * // Conection deleted. + * // Connection deleted. * }); * * @param {Object} params Connection parameters. @@ -1355,7 +1355,7 @@ utils.wrapPropertyMethod(ManagementClient, 'getUserLogs', 'users.logs'); utils.wrapPropertyMethod(ManagementClient, 'getUserRoles', 'users.getRoles'); /** - * Asign roles to a user + * Assign roles to a user * * @method assignRolestoUser * @memberOf module:management.ManagementClient.prototype @@ -1440,7 +1440,7 @@ utils.wrapPropertyMethod(ManagementClient, 'removeRolesFromUser', 'users.removeR utils.wrapPropertyMethod(ManagementClient, 'getUserPermissions', 'users.getPermissions'); /** - * Asign permissions to a user + * Assign permissions to a user * * @method assignPermissionsToUser * @memberOf module:management.ManagementClient.prototype