Fixed typo

fateway -> gateway

fixes gh-1565
This commit is contained in:
Young Jun Seo
2020-02-10 16:48:45 +09:00
committed by Spencer Gibb
parent 47f640c915
commit 67241a3e6f

View File

@@ -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`.