From c130f483d600cb045189eafbea5358bd7ba997a6 Mon Sep 17 00:00:00 2001 From: timothycarambat Date: Thu, 20 Jul 2023 21:30:17 -0700 Subject: [PATCH] typo fix --- .../aws/cloudformation/create_anything_llm_instance.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud-deployments/aws/cloudformation/create_anything_llm_instance.json b/cloud-deployments/aws/cloudformation/create_anything_llm_instance.json index a67608c3..788badc4 100644 --- a/cloud-deployments/aws/cloudformation/create_anything_llm_instance.json +++ b/cloud-deployments/aws/cloudformation/create_anything_llm_instance.json @@ -1,6 +1,6 @@ { "AWSTemplateFormatVersion": "2010-09-09", - "Description": "Create a stack that runs AnythingLLM on a single instance from the Mintplex Labs Inc maintained AWS AMI image..", + "Description": "Create a stack that runs AnythingLLM on a single instance from the Mintplex Labs Inc maintained AWS AMI image.", "Parameters": { "InstanceType": { "Description": "EC2 instance type",