From abfb88e5d7206a83f2e1855ae8350727d45da180 Mon Sep 17 00:00:00 2001 From: Daehwi Kim <121790935+kimday0326@users.noreply.github.com> Date: Thu, 17 Apr 2025 17:19:58 +0200 Subject: [PATCH] fix(docs): fix typo (#4320) Correct a typo in documentation: 'thedocker' changed to 'the docker' --- docs/docs/concepts/langgraph_cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/concepts/langgraph_cli.md b/docs/docs/concepts/langgraph_cli.md index 2c69c0193..e6b1e1a3c 100644 --- a/docs/docs/concepts/langgraph_cli.md +++ b/docs/docs/concepts/langgraph_cli.md @@ -54,7 +54,7 @@ pip install -U "langgraph-cli[inmem]" ### `up` -The `langgraph up` command starts an instance of the [LangGraph API server](./langgraph_server.md) locally in a docker container. This requires thedocker server to be running locally. It also requires a LangSmith API key for local development or a license key for production use. +The `langgraph up` command starts an instance of the [LangGraph API server](./langgraph_server.md) locally in a docker container. This requires the docker server to be running locally. It also requires a LangSmith API key for local development or a license key for production use. The server includes all API endpoints for your graph's runs, threads, assistants, etc. as well as the other services required to run your agent, including a managed database for checkpointing and storage.