Fixed a minor typo (#1380)

This commit is contained in:
Ijiekhuamen Rex
2020-01-13 23:16:36 +00:00
committed by Spencer Gibb
parent 4a33f1bfd2
commit ff55cb325f

View File

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