From 6138e4cc0b4797794b6085cda1d50b84ef0a2855 Mon Sep 17 00:00:00 2001 From: Sofie Van Landeghem Date: Thu, 7 Sep 2023 17:00:42 +0200 Subject: [PATCH] Typo fix Co-authored-by: Raphael Mitsch --- website/docs/api/large-language-models.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: