Browse Source

Fixed a minor typo (#1380)

pull/1352/head
Ijiekhuamen Rex 5 years ago committed by Spencer Gibb
parent
commit
ff55cb325f
  1. 2
      spring-cloud-gateway-core/src/main/java/org/springframework/cloud/gateway/route/builder/PredicateSpec.java

2
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; @@ -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 {

Loading…
Cancel
Save