From fd196f78866907cd8648dda400459eb5d507c3df Mon Sep 17 00:00:00 2001 From: "Vincent (Wen Yu) Ge" Date: Fri, 6 Oct 2023 15:22:21 -0400 Subject: [PATCH] Update src/lib/stores/marketplace.ts Co-authored-by: Steven Nguyen <1477010+stnguyen90@users.noreply.github.com> --- src/lib/stores/marketplace.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/stores/marketplace.ts b/src/lib/stores/marketplace.ts index 8cce37e92..e345eb2d7 100644 --- a/src/lib/stores/marketplace.ts +++ b/src/lib/stores/marketplace.ts @@ -794,7 +794,7 @@ export const marketplace: MarketplaceTemplate[] = [ variables: [ { name: 'APPWRITE_API_KEY', - description: `The API Key to authenticate against Appwrite's Server APIs. Learn more.`, + description: `The API Key to authenticate against Appwrite's Server APIs. Learn more.`, value: '', placeholder: 'd1efb...aec35', required: true,