From 4b6c084d5bd7e6d2648cc499400a35cd2565f67b Mon Sep 17 00:00:00 2001 From: Tomass <155266802+zeroprooff@users.noreply.github.com> Date: Sat, 19 Apr 2025 12:53:39 +0200 Subject: [PATCH 1/2] Update profile.ts --- packages/client-ts/src/context/profiles/profile.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/client-ts/src/context/profiles/profile.ts b/packages/client-ts/src/context/profiles/profile.ts index 2f338b38..e0390a1c 100644 --- a/packages/client-ts/src/context/profiles/profile.ts +++ b/packages/client-ts/src/context/profiles/profile.ts @@ -117,7 +117,7 @@ export class Profile extends EventEmitter implements IProfile { * let emailDoc = app.wallet.profile.get('email'); * app.wallet.profile.set(emailDoc, 'john@doe.com'); * - * // Update a profile profile by key + * // Update a profile by key * app.wallet.profile.set('email', 'john@doe.com'); * @returns {boolean} Boolean indicating if the save was successful */ From 6746682682427817a6d3a07cebfd05ff6cde1b7b Mon Sep 17 00:00:00 2001 From: Tomass <155266802+zeroprooff@users.noreply.github.com> Date: Sat, 19 Apr 2025 12:53:55 +0200 Subject: [PATCH 2/2] Update sharing-credential.ts --- packages/verifiable-credentials/src/sharing-credential.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/verifiable-credentials/src/sharing-credential.ts b/packages/verifiable-credentials/src/sharing-credential.ts index f7540607..836e0d95 100644 --- a/packages/verifiable-credentials/src/sharing-credential.ts +++ b/packages/verifiable-credentials/src/sharing-credential.ts @@ -43,7 +43,7 @@ export default class SharingCredential { return result; } /** - * Method for for publishing an encrypted credential data + * Method for publishing an encrypted credential data * @param did * @param didJwtVc * @param contextName