From 25c584a7837487ee656eee4ab7a2185d7446df28 Mon Sep 17 00:00:00 2001 From: Yanming Zhou Date: Thu, 3 Apr 2025 17:35:50 +0800 Subject: [PATCH] Fix typo in ETL pipeline document (#2626) Signed-off-by: Yanming Zhou --- .../src/main/antora/modules/ROOT/pages/api/etl-pipeline.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/etl-pipeline.adoc b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/etl-pipeline.adoc index 78596e377..4b2cab493 100644 --- a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/etl-pipeline.adoc +++ b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/etl-pipeline.adoc @@ -12,7 +12,7 @@ The ETL pipelines creates, transforms and stores `Document` instances. image::spring-ai-document1-api.jpg[Spring AI Message API, width=400, align="center"] -The `Document` class contains text, metadata and optionally additionall media types like images, audio and video. +The `Document` class contains text, metadata and optionally additional media types like images, audio and video. There are three main components of the ETL pipeline,