From 68a857c50b96f848690605814832b49663eb677b Mon Sep 17 00:00:00 2001 From: hugoalh Date: Mon, 4 Nov 2024 12:55:01 +0800 Subject: [PATCH] Update JSDoc --- mod.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod.ts b/mod.ts index c74e21c..421ad71 100644 --- a/mod.ts +++ b/mod.ts @@ -10,7 +10,7 @@ export class GitHubSodiumSealer { } #publicKey: Buffer; /** - * Initialize GitHub sodium sealer. + * Initialize the GitHub sodium sealer. * @param {string} publicKey Public key of the GitHub organization or repository, which need for encrypt value to the GitHub secret value before create or update a GitHub secret. */ constructor(publicKey: string) {