diff --git a/docs/docs_skeleton/docs/modules/model_io/models/llms/index.mdx b/docs/docs_skeleton/docs/modules/model_io/models/llms/index.mdx index f79ab9b063..c9d7a4b2a8 100644 --- a/docs/docs_skeleton/docs/modules/model_io/models/llms/index.mdx +++ b/docs/docs_skeleton/docs/modules/model_io/models/llms/index.mdx @@ -8,7 +8,7 @@ Head to [Integrations](/docs/integrations/llms/) for documentation on built-in i ::: Large Language Models (LLMs) are a core component of LangChain. -LangChain does not serve it's own LLMs, but rather provides a standard interface for interacting with many different LLMs. +LangChain does not serve its own LLMs, but rather provides a standard interface for interacting with many different LLMs. ## Get started