diff --git a/spring-cloud-gateway-core/src/main/java/org/springframework/cloud/gateway/route/builder/PredicateSpec.java b/spring-cloud-gateway-core/src/main/java/org/springframework/cloud/gateway/route/builder/PredicateSpec.java index 4b8ee36f..ce3bb54b 100644 --- a/spring-cloud-gateway-core/src/main/java/org/springframework/cloud/gateway/route/builder/PredicateSpec.java +++ b/spring-cloud-gateway-core/src/main/java/org/springframework/cloud/gateway/route/builder/PredicateSpec.java @@ -44,7 +44,7 @@ import static java.util.Arrays.stream; import static org.springframework.cloud.gateway.support.ServerWebExchangeUtils.toAsyncPredicate; /** - * Predicates that can be applies to a URI route. + * Predicates that can be applied to a URI route. */ public class PredicateSpec extends UriSpec {