From 2cec95727412b333e972d4a18900ded59c33edd0 Mon Sep 17 00:00:00 2001 From: Zapiron <125368863+DangerousPotential@users.noreply.github.com> Date: Thu, 14 Nov 2024 00:02:46 +0800 Subject: [PATCH] docs: Fix missing space between the words API Reference (#28087) Added an expected space between the words APIReference --- docs/docs/how_to/custom_chat_model.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/how_to/custom_chat_model.ipynb b/docs/docs/how_to/custom_chat_model.ipynb index 708a0942c9e..4fc502ca171 100644 --- a/docs/docs/how_to/custom_chat_model.ipynb +++ b/docs/docs/how_to/custom_chat_model.ipynb @@ -503,7 +503,7 @@ "\n", "Documentation:\n", "\n", - "* The model contains doc-strings for all initialization arguments, as these will be surfaced in the [APIReference](https://python.langchain.com/api_reference/langchain/index.html).\n", + "* The model contains doc-strings for all initialization arguments, as these will be surfaced in the [API Reference](https://python.langchain.com/api_reference/langchain/index.html).\n", "* The class doc-string for the model contains a link to the model API if the model is powered by a service.\n", "\n", "Tests:\n",