From 91c722e7798bc5e1cf76d47f7934a416b0270918 Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Sun, 3 Dec 2023 05:12:07 +0000 Subject: [PATCH] update docs comments --- src/dagger/jobs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dagger/jobs.ts b/src/dagger/jobs.ts index c9ce412..1d4d3d6 100644 --- a/src/dagger/jobs.ts +++ b/src/dagger/jobs.ts @@ -15,7 +15,7 @@ const BUN_VERSION = Deno.env.get("BUN_VERSION") || "1.0.3"; * @function * @description Deploy to Supabase Edge Functions * @param {Directory | string} src The directory to deploy - * @param {Secret | string} tokenThe Supabase access token + * @param {Secret | string} token Supabase access token * @param {string} projectId The Supabase project ID * @returns {Promise} */