Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0fb7534

Browse files
authored
Grammar fix
Signed-off-by: Jesper Josefsson <jesper.josefsson@gmail.com>
1 parent 1234a94 commit 0fb7534

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)