From cba1852720a4051547ca04b8f49b8620ae2dc471 Mon Sep 17 00:00:00 2001 From: William FH <13333726+hinthornw@users.noreply.github.com> Date: Tue, 25 Feb 2025 10:19:48 -0800 Subject: [PATCH] Fix typo (#3583) --- docs/docs/how-tos/http/custom_routes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/how-tos/http/custom_routes.md b/docs/docs/how-tos/http/custom_routes.md index 39a1f924f..8adf31186 100644 --- a/docs/docs/how-tos/http/custom_routes.md +++ b/docs/docs/how-tos/http/custom_routes.md @@ -71,7 +71,7 @@ If you navigate to `localhost:2024/hello` in your browser (2024 is the default d ## Deploying -You can deploy this app as-is to the managed langgraph cloud or to your self-hsoted platform. +You can deploy this app as-is to the managed langgraph cloud or to your self-hosted platform. ## Next steps