Skip to content

Commit f1541c0

Browse files
committed
Fix typo token configuration documentation
Signed-off-by: Giorgos Gaganis <[email protected]>
1 parent fcd2803 commit f1541c0

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)