diff --git a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chatclient.adoc b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chatclient.adoc index 4c7c298ce..67a16ee48 100644 --- a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chatclient.adoc +++ b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chatclient.adoc @@ -45,7 +45,7 @@ class MyController { ---- In this simple example, the user input sets the contents of the user message. -The call method sends a request to the AI model, and the context method returns the AI model's response as a String. +The call method sends a request to the AI model, and the content method returns the AI model's response as a String. === Create a ChatClient programmatically