From e49f3f5434cbf51d04c379b5927d2c3671d78976 Mon Sep 17 00:00:00 2001 From: Jacob Lee Date: Tue, 25 Jun 2024 19:24:20 -0700 Subject: [PATCH] Fix typo (#817) CC @andrewnguonly --- docs/docs/cloud/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/cloud/index.md b/docs/docs/cloud/index.md index 6b7276420..d8592e929 100644 --- a/docs/docs/cloud/index.md +++ b/docs/docs/cloud/index.md @@ -8,7 +8,7 @@ ## Overview -LangGraph Cloud is a managed service for deploying and hosting LangGraph applications. Deploying applications with LangGraph Cloud shortens the time-to-market for developers. With one click, deploy a production-ready API with built-in persistence for your LangGraph application. LangGraph Cloud APIs are horizatonally scalable and deployed with durable storage. +LangGraph Cloud is a managed service for deploying and hosting LangGraph applications. Deploying applications with LangGraph Cloud shortens the time-to-market for developers. With one click, deploy a production-ready API with built-in persistence for your LangGraph application. LangGraph Cloud APIs are horizontally scalable and deployed with durable storage. The LangGraph Cloud API exposes functionality of your LangGraph application through [Assistants](./concepts/index.md#assistants). An assistant abstracts the cognitive architecture of your graph. Invoke an assistant by calling the pre-built [API endpoints](./reference/api/api_ref.md).