diff --git a/src/lib/stores/marketplace.ts b/src/lib/stores/marketplace.ts
index 52373b733..3699961ba 100644
--- a/src/lib/stores/marketplace.ts
+++ b/src/lib/stores/marketplace.ts
@@ -82,7 +82,7 @@ export const marketplace = [
variables: [
{
name: 'OPENAI_API_KEY',
- description: `A unique key used to authenticate with the OpenAI API. Please note that this is a paid service and you will be charged for each request made to the API. Learn More`,
+ description: `A unique key used to authenticate with the OpenAI API. This is a paid service and you will be charged for each request made to the API. Learn more.`,
value: '',
placeholder: 'sk-wzG...vcy',
required: true