diff --git a/website/docs/api/large-language-models.mdx b/website/docs/api/large-language-models.mdx index 19fb6cead..bd1b656e3 100644 --- a/website/docs/api/large-language-models.mdx +++ b/website/docs/api/large-language-models.mdx @@ -16,7 +16,7 @@ prototyping** and **prompting**, and turning unstructured responses into ## Config and implementation {id="config"} -An LLM component is implemented through the `LLMWrapper` class. It is accessable +An LLM component is implemented through the `LLMWrapper` class. It is accessible through a generic `llm` [component factory](https://spacy.io/usage/processing-pipelines#custom-components-factories) as well as through task-specific component factories: