From c28dc26356aa8ad9ce0b47a28543cc59e9604759 Mon Sep 17 00:00:00 2001 From: Vadym Barda Date: Thu, 31 Oct 2024 16:27:07 -0400 Subject: [PATCH] docs: fix typo (#2283) --- docs/docs/how-tos/deploy-self-hosted.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/how-tos/deploy-self-hosted.md b/docs/docs/how-tos/deploy-self-hosted.md index c1f71b97f..995dc6787 100644 --- a/docs/docs/how-tos/deploy-self-hosted.md +++ b/docs/docs/how-tos/deploy-self-hosted.md @@ -14,7 +14,7 @@ With the self-hosted deployment option, you are responsible for managing the inf You will need to do the following: 1. Deploy Redis and Postgres instances on your own infrastructure. -2. Build a docker image with the [LangGraph Sever](../concepts/langgraph_server.md) using the [LangGraph CLI](../concepts/langgraph_cli.md). +2. Build a docker image with the [LangGraph Server](../concepts/langgraph_server.md) using the [LangGraph CLI](../concepts/langgraph_cli.md). 3. Deploy a web server that will run the docker image and pass in the necessary environment variables. ## Environment Variables