Skip to content

Commit 7e933b7

Browse files
authored
Merge pull request #1241 from jesjos/patch-1
Grammar fix
2 parents e23e381 + 0fb7534 commit 7e933b7

File tree

1 file changed

+1
-1
lines changed
  • spring-cloud-function-adapters/spring-cloud-function-adapter-aws/src/main/java/org/springframework/cloud/function/adapter/aws

1 file changed

+1
-1
lines changed

spring-cloud-function-adapters/spring-cloud-function-adapter-aws/src/main/java/org/springframework/cloud/function/adapter/aws/FunctionInvoker.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ private void start() {
138138
+ "If invocation is over API Gateway, Message headers can be provided as HTTP headers.");
139139
}
140140
else {
141-
logger.info("More then one function is available in FunctionCatalog. " + names
141+
logger.info("More than one function is available in FunctionCatalog. " + names
142142
+ " Will default to RoutingFunction, "
143143
+ "Expecting 'spring.cloud.function.definition' or 'spring.cloud.function.routing-expression' as Message headers. "
144144
+ "If invocation is over API Gateway, Message headers can be provided as HTTP headers.");

0 commit comments

Comments
 (0)