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] ----