Grammar fix

Signed-off-by: Jesper Josefsson <jesper.josefsson@gmail.com>
This commit is contained in:
Jesper Josefsson
2025-03-05 10:24:11 +02:00
committed by GitHub
parent 1234a94737
commit 0fb7534c21

View File

@@ -138,7 +138,7 @@ public class FunctionInvoker implements RequestStreamHandler {
+ "If invocation is over API Gateway, Message headers can be provided as HTTP headers.");
}
else {
logger.info("More then one function is available in FunctionCatalog. " + names
logger.info("More than one function is available in FunctionCatalog. " + names
+ " Will default to RoutingFunction, "
+ "Expecting 'spring.cloud.function.definition' or 'spring.cloud.function.routing-expression' as Message headers. "
+ "If invocation is over API Gateway, Message headers can be provided as HTTP headers.");