From 67241a3e6f9da9d6c45a481a14aa9837a828f0b8 Mon Sep 17 00:00:00 2001 From: Young Jun Seo Date: Mon, 10 Feb 2020 16:48:45 +0900 Subject: [PATCH] Fixed typo fateway -> gateway fixes gh-1565 --- docs/src/main/asciidoc/spring-cloud-gateway.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/spring-cloud-gateway.adoc b/docs/src/main/asciidoc/spring-cloud-gateway.adoc index ec6d6c87..4d83e3f0 100644 --- a/docs/src/main/asciidoc/spring-cloud-gateway.adoc +++ b/docs/src/main/asciidoc/spring-cloud-gateway.adoc @@ -2179,7 +2179,7 @@ To enable this, set `spring.cloud.gateway.discovery.locator.enabled=true` and ma ==== Configuring Predicates and Filters For `DiscoveryClient` Routes -By default, the fateway defines a single predicate and filter for routes created with a `DiscoveryClient`. +By default, the gateway defines a single predicate and filter for routes created with a `DiscoveryClient`. The default predicate is a path predicate defined with the pattern `/serviceId/**`, where `serviceId` is the ID of the service from the `DiscoveryClient`.