chore: properly rename folder

This commit is contained in:
iCrawl
2023-11-08 00:43:37 +01:00
parent 347df4e083
commit 6b9f906b03
4 changed files with 2 additions and 2 deletions

View File

@@ -84,7 +84,7 @@ const Targets = {
*/
/**
* Contructs an object of known properties for a structure from an array of changes.
* Constructs an object of known properties for a structure from an array of changes.
* @param {AuditLogChange[]} changes The array of changes
* @param {Object} [initialData={}] The initial data passed to the function
* @returns {Object}

View File

@@ -1039,7 +1039,7 @@ export class ClientApplication extends Application {
public interactionsEndpointURL: string | null;
public roleConnectionsVerificationURL: string | null;
public rpcOrigins: string[];
public edit(optins: ClientApplicationEditOptions): Promise<ClientApplication>;
public edit(options: ClientApplicationEditOptions): Promise<ClientApplication>;
public fetch(): Promise<ClientApplication>;
public fetchRoleConnectionMetadataRecords(): Promise<ApplicationRoleConnectionMetadata[]>;
public editRoleConnectionMetadataRecords(