Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrimaud authored and lbalmaceda committed Apr 29, 2020
1 parent 32f0001 commit 7bc4a43
Show file tree
Hide file tree
Showing 23 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion docs/auth_DatabaseAuthenticator.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ <h1 class="page-title">auth/DatabaseAuthenticator.js</h1>
}

/**
* Options object for the Rest Client instace.
* Options object for the Rest Client instance.
*
* @type {Object}
*/
Expand Down
2 changes: 1 addition & 1 deletion docs/auth_OAuthAuthenticator.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ <h1 class="page-title">auth/OAuthAuthenticator.js</h1>
}

/**
* Options object for the Rest Client instace.
* Options object for the Rest Client instance.
*
* @type {Object}
*/
Expand Down
2 changes: 1 addition & 1 deletion docs/auth_PasswordlessAuthenticator.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ <h1 class="page-title">auth/PasswordlessAuthenticator.js</h1>
}

/**
* Options object for the Rest Client instace.
* Options object for the Rest Client instance.
*
* @type {Object}
*/
Expand Down
2 changes: 1 addition & 1 deletion docs/auth_UsersManager.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ <h1 class="page-title">auth/UsersManager.js</h1>
* var settings = {
* impersonator_id: '{IMPERSONATOR_ID}',
* protocol: 'oauth2',
* additionalParameters: {} // Optional aditional params.
* additionalParameters: {} // Optional additional params.
* };
*
* auth0.users.impersonate(userId, settings, function (err, link) {
Expand Down
2 changes: 1 addition & 1 deletion docs/management_BlacklistedTokensManager.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ <h1 class="page-title">management/BlacklistedTokensManager.js</h1>
}

/**
* Options object for the Rest Client instace.
* Options object for the Rest Client instance.
*
* @type {Object}
*/
Expand Down
6 changes: 3 additions & 3 deletions docs/management_ConnectionsManager.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ <h1 class="page-title">management/ConnectionsManager.js</h1>
* // Handle error.
* }
*
* // Conection created.
* // Connection created.
* });
*
* @param {Object} data Connection data object.
Expand Down Expand Up @@ -187,7 +187,7 @@ <h1 class="page-title">management/ConnectionsManager.js</h1>
* 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.
Expand All @@ -208,7 +208,7 @@ <h1 class="page-title">management/ConnectionsManager.js</h1>
* // Handle error.
* }
*
* // Conection deleted.
* // Connection deleted.
* });
*
* @param {Object} params Connection parameters.
Expand Down
8 changes: 4 additions & 4 deletions docs/management_index.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ <h1 class="page-title">management/index.js</h1>
* // Handle error.
* }
*
* // Conection created.
* // Connection created.
* });
*
* @param {Object} data Connection data object.
Expand Down Expand Up @@ -458,7 +458,7 @@ <h1 class="page-title">management/index.js</h1>
* // Handle error.
* }
*
* // Conection deleted.
* // Connection deleted.
* });
*
* @param {Object} params Connection parameters.
Expand Down Expand Up @@ -1396,7 +1396,7 @@ <h1 class="page-title">management/index.js</h1>
utils.wrapPropertyMethod(ManagementClient, 'getUserRoles', 'users.getRoles');

/**
* Asign roles to a user
* Assign roles to a user
*
* @method assignRolestoUser
* @memberOf module:management.ManagementClient.prototype
Expand Down Expand Up @@ -1481,7 +1481,7 @@ <h1 class="page-title">management/index.js</h1>
utils.wrapPropertyMethod(ManagementClient, 'getUserPermissions', 'users.getPermissions');

/**
* Asign permissions to a user
* Assign permissions to a user
*
* @method assignPermissionsToUser
* @memberOf module:management.ManagementClient.prototype
Expand Down
2 changes: 1 addition & 1 deletion docs/module-auth.DatabaseAuthenticator.html
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ <h4 class="name" id="~clientOptions"><span class="type-signature">(inner) </span


<div class="description">
<p>Options object for the Rest Client instace.</p>
<p>Options object for the Rest Client instance.</p>
</div>


Expand Down
2 changes: 1 addition & 1 deletion docs/module-auth.OAuthAuthenticator.html
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ <h4 class="name" id="~clientOptions"><span class="type-signature">(inner) </span


<div class="description">
<p>Options object for the Rest Client instace.</p>
<p>Options object for the Rest Client instance.</p>
</div>


Expand Down
2 changes: 1 addition & 1 deletion docs/module-auth.PasswordlessAuthenticator.html
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ <h4 class="name" id="~clientOptions"><span class="type-signature">(inner) </span


<div class="description">
<p>Options object for the Rest Client instace.</p>
<p>Options object for the Rest Client instance.</p>
</div>


Expand Down
2 changes: 1 addition & 1 deletion docs/module-auth.UsersManager.html
Original file line number Diff line number Diff line change
Expand Up @@ -977,7 +977,7 @@ <h5>Example</h5>
<pre class="prettyprint"><code>var settings = {
impersonator_id: '{IMPERSONATOR_ID}',
protocol: 'oauth2',
additionalParameters: {} // Optional aditional params.
additionalParameters: {} // Optional additional params.
};

auth0.users.impersonate(userId, settings, function (err, link) {
Expand Down
2 changes: 1 addition & 1 deletion docs/module-management.BlacklistedTokensManager.html
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ <h4 class="name" id="~clientOptions"><span class="type-signature">(inner) </span


<div class="description">
<p>Options object for the Rest Client instace.</p>
<p>Options object for the Rest Client instance.</p>
</div>


Expand Down
6 changes: 3 additions & 3 deletions docs/module-management.ConnectionsManager.html
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ <h5>Example</h5>
// Handle error.
}

// Conection created.
// Connection created.
});</code></pre>

</div>
Expand Down Expand Up @@ -973,7 +973,7 @@ <h5>Example</h5>
// Handle error.
}

// Conection deleted.
// Connection deleted.
});</code></pre>

</div>
Expand Down Expand Up @@ -1695,7 +1695,7 @@ <h5>Parameters:</h5>


<td class="description last">
<p>Conneciton parameters.</p>
<p>Connection parameters.</p>



Expand Down
8 changes: 4 additions & 4 deletions docs/module-management.ManagementClient.html
Original file line number Diff line number Diff line change
Expand Up @@ -3139,7 +3139,7 @@ <h4 class="name" id="assignPermissionsToUser"><span class="type-signature"></spa


<div class="description">
<p>Asign permissions to a user</p>
<p>Assign permissions to a user</p>
</div>


Expand Down Expand Up @@ -3496,7 +3496,7 @@ <h4 class="name" id="assignRolestoUser"><span class="type-signature"></span>assi


<div class="description">
<p>Asign roles to a user</p>
<p>Assign roles to a user</p>
</div>


Expand Down Expand Up @@ -5006,7 +5006,7 @@ <h5>Example</h5>
// Handle error.
}

// Conection created.
// Connection created.
});</code></pre>

</div>
Expand Down Expand Up @@ -8298,7 +8298,7 @@ <h5>Example</h5>
// Handle error.
}

// Conection deleted.
// Connection deleted.
});</code></pre>

</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/module-utils.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ <h4 class="name" id=".getRequestPromise"><span class="type-signature">(static) <

<div class="description">
<p>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.</p>
when the request is successful and rejects when there's an error.</p>
</div>


Expand Down
2 changes: 1 addition & 1 deletion docs/utils.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ <h1 class="page-title">utils.js</h1>

/**
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/auth/DatabaseAuthenticator.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}
*/
Expand Down
2 changes: 1 addition & 1 deletion src/auth/OAuthAuthenticator.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ var OAuthAuthenticator = function(options) {
}

/**
* Options object for the Rest Client instace.
* Options object for the Rest Client instance.
*
* @type {Object}
*/
Expand Down
2 changes: 1 addition & 1 deletion src/auth/PasswordlessAuthenticator.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}
*/
Expand Down
2 changes: 1 addition & 1 deletion src/auth/UsersManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion src/management/BlacklistedTokensManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ var BlacklistedTokensManager = function(options) {
}

/**
* Options object for the Rest Client instace.
* Options object for the Rest Client instance.
*
* @type {Object}
*/
Expand Down
6 changes: 3 additions & 3 deletions src/management/ConnectionsManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ var ConnectionsManager = function(options) {
* // Handle error.
* }
*
* // Conection created.
* // Connection created.
* });
*
* @param {Object} data Connection data object.
Expand Down Expand Up @@ -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.
Expand All @@ -167,7 +167,7 @@ utils.wrapPropertyMethod(ConnectionsManager, 'update', 'resource.patch');
* // Handle error.
* }
*
* // Conection deleted.
* // Connection deleted.
* });
*
* @param {Object} params Connection parameters.
Expand Down
8 changes: 4 additions & 4 deletions src/management/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ utils.wrapPropertyMethod(ManagementClient, 'getConnections', 'connections.getAll
* // Handle error.
* }
*
* // Conection created.
* // Connection created.
* });
*
* @param {Object} data Connection data object.
Expand Down Expand Up @@ -417,7 +417,7 @@ utils.wrapPropertyMethod(ManagementClient, 'getConnection', 'connections.get');
* // Handle error.
* }
*
* // Conection deleted.
* // Connection deleted.
* });
*
* @param {Object} params Connection parameters.
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7bc4a43

Please sign in to comment.