Skip to content

Commit 4ec73e2

Browse files
authored
Fix typo token configuration documentation (#3677)
Auto-cherry-pick to 1.0.x Fixes #3677 Signed-off-by: Giorgos Gaganis <gaganis@yahoo.com>
1 parent f3a132e commit 4ec73e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/anthropic-chat.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spring:
4040
export ANTHROPIC_API_KEY=<your-anthropic-api-key>
4141
----
4242

43-
You can also set this configuration programmatically in your application code:
43+
You can also get this configuration programmatically in your application code:
4444

4545
[source,java]
4646
----

0 commit comments

Comments
 (0)