From 484c536f2e4add66a12e2acf3782c1c10281ef0e Mon Sep 17 00:00:00 2001 From: Adrian Altermatt Date: Thu, 23 Oct 2025 03:25:15 +0200 Subject: [PATCH] Fix typo (#10737) ### What problem does this PR solve? Chunkder to Chunker ### Type of change - [x] Documentation Update --- docs/guides/agent/agent_component_reference/chunker_title.md | 2 +- docs/guides/agent/agent_component_reference/chunker_token.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/agent/agent_component_reference/chunker_title.md b/docs/guides/agent/agent_component_reference/chunker_title.md index 9ec692db5..27b8a97ce 100644 --- a/docs/guides/agent/agent_component_reference/chunker_title.md +++ b/docs/guides/agent/agent_component_reference/chunker_title.md @@ -34,7 +34,7 @@ Click **+ Add** to add heading levels here or update the corresponding **Regular ### Output -The global variable name for the output of the **Title chunkder** component, which can be referenced by subsequent components in the ingestion pipeline. +The global variable name for the output of the **Title chunker** component, which can be referenced by subsequent components in the ingestion pipeline. - Default: `chunks` - Type: `Array` \ No newline at end of file diff --git a/docs/guides/agent/agent_component_reference/chunker_token.md b/docs/guides/agent/agent_component_reference/chunker_token.md index bcdc272df..d93f0ea42 100644 --- a/docs/guides/agent/agent_component_reference/chunker_token.md +++ b/docs/guides/agent/agent_component_reference/chunker_token.md @@ -37,7 +37,7 @@ Defaults to `\n`. Click the right-hand **Recycle bin** button to remove it, or c ### Output -The global variable name for the output of the **Token chunkder** component, which can be referenced by subsequent components in the ingestion pipeline. +The global variable name for the output of the **Token chunker** component, which can be referenced by subsequent components in the ingestion pipeline. - Default: `chunks` - Type: `Array` \ No newline at end of file