From f1541c0a933c1ee099333ff1d878c96563d17acd Mon Sep 17 00:00:00 2001 From: Giorgos Gaganis Date: Thu, 26 Jun 2025 10:37:46 +0200 Subject: [PATCH] Fix typo token configuration documentation Signed-off-by: Giorgos Gaganis --- .../main/antora/modules/ROOT/pages/api/chat/anthropic-chat.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/anthropic-chat.adoc b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/anthropic-chat.adoc index cb4a77948f6..7a17a8aa03f 100644 --- a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/anthropic-chat.adoc +++ b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/anthropic-chat.adoc @@ -40,7 +40,7 @@ spring: export ANTHROPIC_API_KEY= ---- -You can also set this configuration programmatically in your application code: +You can also get this configuration programmatically in your application code: [source,java] ----