From a3a1b4496090aa2ba4429dcf43e74abd9da294a9 Mon Sep 17 00:00:00 2001 From: Asher Gomez Date: Thu, 31 Aug 2023 16:44:17 +1000 Subject: [PATCH] tweak --- plugins/kv_oauth.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/kv_oauth.ts b/plugins/kv_oauth.ts index 6deadda6a..1013681b5 100644 --- a/plugins/kv_oauth.ts +++ b/plugins/kv_oauth.ts @@ -33,7 +33,7 @@ async function getGitHubUser(accessToken: string): Promise { /** * This custom plugin centralizes all authentication logic using the {@link https://deno.land/x/deno_kv_oauth|Deno KV OAuth} module. * - * The implementation is based off Deno KV OAuth's native {@link https://deno.land/x/deno_kv_oauth/src/fresh_plugin.ts?source|Fresh plugin implementation} + * The implementation is based off Deno KV OAuth's own {@link https://deno.land/x/deno_kv_oauth/src/fresh_plugin.ts?source|Fresh plugin implementation}. */ export default { name: "kv-oauth",